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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Help

RE: Help

From: Chesebro, Eric <Eric.Chesebro_at_apfs.com>
Date: Thu, 26 Jul 2001 04:42:04 -0700
Message-ID: <F001.00355CE5.20010726045102@fatcity.com>

CREATE TABLE OURUSER
AS
SELECT *
FROM MYUSER   INSERT INTO OURUSER
SELECT *
FROM URUSER -----Original Message-----
Sent: Thursday, July 26, 2001 7:47 AM
To: Multiple recipients of list ORACLE-L

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>>

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Chesebro, Eric
  INET: Eric.Chesebro_at_apfs.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 - 06:42:04 CDT

Original text of this message

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