ClickHouse/dbms/tests/queries/1_stateful/00142_system_columns.sql
2018-08-07 20:08:51 +03:00

2 lines
122 B
SQL

SELECT table, name, type, default_kind, default_expression FROM system.columns WHERE database = 'test' AND table = 'hits'