blob: 06fb2d2d20794de3a8a8502eb18b4fe1634ffbed [file] [log] [blame]
--! qt:dataset:srcpart
--! qt:dataset:src
select * from
(select * from src
union all
select * from srcpart where ds = '2009-08-09'
)x;