mirror of
https://github.com/apache/impala.git
synced 2026-01-05 12:01:11 -05:00
IMP-497 Insert with limit.
This commit is contained in:
committed by
Henry Robinson
parent
b526d1f750
commit
116241f1d1
@@ -1,5 +1,5 @@
|
||||
insert overwrite table nullinsert$TABLE
|
||||
select NULL, "", "NULL", "\\N", NULL from alltypes where id = 0
|
||||
select NULL, "", "NULL", "\\N", NULL from alltypes limit 1
|
||||
---- SETUP
|
||||
RESET nullinsert$TABLE
|
||||
---- RESULTS
|
||||
|
||||
Reference in New Issue
Block a user