mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
25 lines
342 B
Plaintext
25 lines
342 B
Plaintext
-- Bug 56258: Check literals (ASTLiteral)
|
|
Row 1:
|
|
──────
|
|
10: 10
|
|
Row 1:
|
|
──────
|
|
x: 10
|
|
2
|
|
-- Bug 56258: Check functions (ASTFunction)
|
|
Row 1:
|
|
──────
|
|
toUInt64(42): 42
|
|
Row 1:
|
|
──────
|
|
x: 42
|
|
2
|
|
-- Bug 56258: Check identifiers (ASTIdentifier)
|
|
Row 1:
|
|
──────
|
|
c: 1
|
|
Row 1:
|
|
──────
|
|
x: 1
|
|
2
|