Added test.

This commit is contained in:
Nikolai Kochetov 2020-09-29 11:12:43 +03:00
parent 347080ff9a
commit 7270de2b0a
2 changed files with 8 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
explain header = 1 select 1 as x;