Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to Swap Two Tables?

Re: How to Swap Two Tables?

From: nobody <nobody_at_nowhere.com>
Date: Thu, 23 Oct 2003 17:38:11 GMT
Message-ID: <7mUlb.253604$ko%.218644@news04.bloor.is.net.cable.rogers.com>


tables t1 t2

rename t1 to t3;
rename t2 to t1;
rename t3 to t2;

"RK" <rekaben_at_yahoo.com> wrote in message news:239f1935.0310230807.5a9ccbc1_at_posting.google.com...
> Assuming space if not a problem, how can I exchange two table content
> (two table in same definition and structure) using SQL?
>
> RK
Received on Thu Oct 23 2003 - 12:38:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US