sql icon indicating copy to clipboard operation
sql copied to clipboard

Error in "SELECT FROM table_function()"

Open stephenafamo opened this issue 1 year ago • 0 comments

It appears that the parser cannot understand selecting from a function. For example, this valid SQLite query cannot be parsed

SELECT * FROM generate_series(1, 3) AS "x"

stephenafamo avatar Jan 13 '23 10:01 stephenafamo