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 -> CREATE TABLE with LIMITED RECORDS

CREATE TABLE with LIMITED RECORDS

From: Tay, Virginia <htay_at_geocities.com>
Date: Sun, 18 Jul 1999 19:23:11 -0400
Message-ID: <97431316@NEWS.SAIC.COM>


Hi,

I would like to create a table to restrict only 50 records based on other table....How do I do that??

Like the following:

CREATE TABLE TEST
AS
SELECT * FROM ABC Since ABC table has about 60,000 records.......I would like to create portion of the records for testing...

Thanks in advance for your help.

Virginia Received on Sun Jul 18 1999 - 18:23:11 CDT

Original text of this message

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