gluesql icon indicating copy to clipboard operation
gluesql copied to clipboard

Support `SELECT * FROM (VALUES (1)) t1 (INTEGER);` like queries

Open panarch opened this issue 4 years ago • 1 comments

SELECT * FROM (VALUES (1)) t1 (INTEGER);

This query is supported by sqlparser-rs but not us. GlueSQL returns Translate(UnsupportedQueryTableFactor("(VALUES (1)) AS t1 (INTEGER)")) error.

panarch avatar Dec 01 '21 13:12 panarch

blocked by #417

panarch avatar Dec 01 '21 13:12 panarch