Julian Hyde created CALCITE-5790:
------------------------------------
Summary: Query with "*" but no FROM clause should be invalid
Key: CALCITE-5790
URL: https://issues.apache.org/jira/browse/CALCITE-5790
Project: Calcite
Issue Type: Bug
Reporter: Julian Hyde
The query
{code}
SELECT *
{code}
(which has a "*" indicating "all columns of all source tables" but no {{FROM}}
clause to define source tables) should be invalid.
The validator should throw "SELECT * requires a FROM clause".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)