1
Fork 0
kantodb/testdata/sql/select_constant.slt

9 lines
59 B
Text

query I
SELECT 42;
----
42
query T
SELECT 'foo';
----
foo