ClickHouse/tests/queries/1_stateful/00142_system_columns.sql

2 lines
122 B
MySQL
Raw Normal View History

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