Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: 01b382f0b818e30c98a9cfb3cee6dbaaa502b655 (plain)
1
2
3
4
select * into table temp_bench from tenk1 where (unique2 > 647) and (unique2 < 1648);
drop table temp_bench;
select * into table temp_bench from tenk1 where (unique2 > 647) and (unique2 < 1648);
drop table temp_bench;