mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Cover WITH format
This commit is contained in:
parent
0324770773
commit
11ba7049c0
6
tests/queries/0_stateless/01471_with_format.reference
Normal file
6
tests/queries/0_stateless/01471_with_format.reference
Normal file
@ -0,0 +1,6 @@
|
||||
WITH 1
|
||||
SELECT 1
|
||||
WITH
|
||||
1,
|
||||
2
|
||||
SELECT 1
|
2
tests/queries/0_stateless/01471_with_format.sql
Normal file
2
tests/queries/0_stateless/01471_with_format.sql
Normal file
@ -0,0 +1,2 @@
|
||||
EXPLAIN SYNTAX WITH 1 SELECT 1;
|
||||
EXPLAIN SYNTAX WITH 1, 2 SELECT 1;
|
Loading…
Reference in New Issue
Block a user