mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Added test.
This commit is contained in:
parent
347080ff9a
commit
7270de2b0a
7
tests/queries/0_stateless/01508_explain_header.reference
Normal file
7
tests/queries/0_stateless/01508_explain_header.reference
Normal file
@ -0,0 +1,7 @@
|
||||
Expression (Projection)
|
||||
Header: x UInt8
|
||||
Expression (Before ORDER BY and SELECT)
|
||||
Header: _dummy UInt8
|
||||
1 UInt8
|
||||
ReadFromStorage (Read from SystemOne)
|
||||
Header: dummy UInt8
|
1
tests/queries/0_stateless/01508_explain_header.sql
Normal file
1
tests/queries/0_stateless/01508_explain_header.sql
Normal file
@ -0,0 +1 @@
|
||||
explain header = 1 select 1 as x;
|
Loading…
Reference in New Issue
Block a user