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

Table question

From: <cherdt_at_cwix.com>
Date: Wed, 17 Feb 1999 23:53:12 GMT
Message-ID: <36cb4f93.337336@news.halcyon.com>

                

A beginner question about tables - need advice....

I first created one table with several columns and populated rows with data.
Next I created a second table and copied several columns from the first table into the second one...so far looks ok. now I like to add one more column to the second table from the first one (including data in that column) using syntax below:

modify table second_table
add ( select column from first_table);

is there another way to do it or maybe the table can only have blank columns (not null) added to the second table? Received on Wed Feb 17 1999 - 17:53:12 CST

Original text of this message

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