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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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'