Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1.0
-
None
-
None
Description
Examples:
create or replace temporary view INT4_TBL as select * from (values (0), (123456), (-123456), (2147483647), (-2147483647)) as v(f1); SELECT FROM INT4_TBL;
https://github.com/postgres/postgres/blob/REL_12_BETA2/src/test/regress/sql/union.sql#L205-L231
Attachments
Issue Links
- is duplicated by
-
SPARK-28557 Support empty select list
- Closed