Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to Swap Two Tables?
"RK" <rekaben_at_yahoo.com> wrote in message news:239f1935.0310231506.181e4b9c_at_posting.google.com...
> "nobody" <nobody_at_nowhere.com> wrote in message news:<7mUlb.253604$ko%.218644_at_news04.bloor.is.net.cable.rogers.com>...
> > Sorry. Maybe my first post question was unclear enough. > > I have two big tables. I want to compare the two table content to see > if they are identical. If they are not, then I should exchange their > content. > > Please tell me how I can do these two steps using SQL. And for the > second step, if I am not allowed to create a temp table, how can I do > it? > > Thanks. > > RK
This post is as unclear as the original post.
exchange means .. you want to put tableB's content into tableA and tableA's content into tableB. Same as swap!
Now I have a feeling that you want to sync tableA from the contents of tableB. i.e. At the end of it all you want to make tableA's content look exactly like tableB's content?
Does that reflect correctly what you wish to achieve?
Anurag Received on Thu Oct 23 2003 - 19:59:49 CDT
![]() |
![]() |