"FETCH FIRST ROW ONLY"
elliotchance opened this issue · 0 comments
elliotchance commented
SELECT * FROM t1
FETCH FIRST ROW ONLY;
-- X: 1
Does not work, but is valid SQL.
elliotchance opened this issue · 0 comments
SELECT * FROM t1
FETCH FIRST ROW ONLY;
-- X: 1
Does not work, but is valid SQL.