Or try

create table ouruser as select * from (select * from myuser
union
select * from uruser);


                                                                                       
    
                    Joe Testa                                                          
    
                    <teci@the-tes        To:     Multiple recipients of list ORACLE-L  
    
                    tas.net>             <[EMAIL PROTECTED]>                        
    
                    Sent by:             cc:                                           
    
                    root@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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to