Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: 1ed160d7ab840c3c458c969dfcf46a59b9890c27 (plain)
1
2
3
4
select * into table temp from onek;
drop table temp;
select * into table temp from onek;
drop table temp;