blob: 93a0811f638f47d92cf83279ac0463ac5de13dc7 [file] [log] [blame]
--! qt:dataset:src
drop table NULLS;
create table NULLS (LAST string);
insert overwrite table NULLS
select key from src where key = '238' limit 1;
select LAST from NULLS;