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

10 lines
59 B
Text
Raw Normal View History

2025-03-27 13:45:43 -06:00
query I
SELECT 42;
----
42
query T
SELECT 'foo';
----
foo