ClickHouse/dbms/tests/queries/0_stateless/00961_checksums_in_system_parts_columns_table.sql

9 lines
167 B
MySQL
Raw Normal View History

2019-07-04 18:27:14 +00:00
SELECT
name,
hash_of_all_files,
hash_of_uncompressed_files,
uncompressed_hash_of_compressed_files
FROM system.parts_columns
ORDER BY name
2019-07-05 10:13:44 +00:00
LIMIT 10