Yuming Wang created SPARK-28409:
-----------------------------------
Summary: SELECT FROM syntax
Key: SPARK-28409
URL: https://issues.apache.org/jira/browse/SPARK-28409
Project: Spark
Issue Type: Sub-task
Components: SQL
Affects Versions: 3.0.0
Reporter: Yuming Wang
Examples:
{code:sql}
create or replace temporary view INT4_TBL as select * from
(values (0), (123456), (-123456), (2147483647), (-2147483647))
as v(f1);
SELECT FROM INT4_TBL;
{code}
https://github.com/postgres/postgres/blob/REL_12_BETA2/src/test/regress/sql/union.sql#L205-L231
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]