sql
sql copied to clipboard
Error in "SELECT FROM table_function()"
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"