IMP-497 Insert with limit.

This commit is contained in:
Michael Ubell
2012-10-29 16:26:10 -07:00
committed by Henry Robinson
parent b526d1f750
commit 116241f1d1
3 changed files with 89 additions and 3 deletions

View File

@@ -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