aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/query23
blob: e544ea63f495f4f6a06f67a0a438cd1c802a88e7 (plain)
1
2
3
4
select int4min(unique2) as x into table temp from tenk1;
drop table temp;
select int4min(unique2) as x into table temp from tenk1;
drop table temp;