You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (JIRA)" <ji...@apache.org> on 2019/07/16 00:22:00 UTC

[jira] [Created] (SPARK-28409) SELECT FROM syntax

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org