ClickHouse/tests/queries/0_stateless/02337_analyzer_columns_basic.reference
2022-10-24 10:22:18 +02:00

47 lines
579 B
Plaintext

Empty from section
dummy UInt8
0
--
dummy UInt8
0
--
dummy UInt8
0
Table access without table name qualification
id UInt64
0
--
value String
Value
--
id UInt64
value String
0 Value
Table access with table name qualification
id UInt64
0
--
value String
Value
--
id UInt64
value String
0 Value
--
id UInt64
value String
0 Value
Table access with database and table name qualification
--
id UInt64
value String
0 Value
--
id UInt64
value String
0 Value
--
id UInt64
value String
0 Value