9 lines
59 B
Text
9 lines
59 B
Text
query I
|
|
SELECT 42;
|
|
----
|
|
42
|
|
|
|
query T
|
|
SELECT 'foo';
|
|
----
|
|
foo
|