Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Help
Or try
create table ouruser as select * from (select * from myuser
union
select * from uruser);
Joe Testa <teci_at_the-tes To: Multiple recipients of list ORACLE-L tas.net> <ORACLE-L_at_fatcity.com> Sent by: cc: root_at_fatcity. Subject: Re: Help com 07/26/2001 08:25 AM Please respond to ORACLE-L
read the fine manual, but i'm in a good mood
create table ouruser as select * from myuser; insert into ouruser select * from uruser;
joe
> "Deewaker G.V." wrote:
>
> Hi DBA Gurus
>
> Suppose I have a Table myuser which has 5000 records and another table
> uruser also 5000 records, and the structure is same for the both...
> how do I put "MYUSER" AND 'URUSER" to a new table callled "OURUSER"
>
> Ples help me..
>
> with warm regards,
>
> Deewaker G. V.
>
> Baazee.com India Pvt. Ltd.
> (: 4611323 Extn: 216
> Fax : 4611324
>
> <<Deewaker G.V..vcf>>
-- Joe Testa Performing Remote DBA Services, need some backup DBA support? For Sale: Oracle-dba.com domain, its not going cheap but feel free to ask :) -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Joe Testa INET: teci_at_the-testas.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: tday6_at_csc.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Jul 26 2001 - 09:07:33 CDT
![]() |
![]() |