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 -> Re: Adding data from SQL*Plus

Re: Adding data from SQL*Plus

From: Jim Kennedy <kennedy-family_at_attbi.com>
Date: Tue, 11 Dec 2001 02:44:44 GMT
Message-ID: <wqeR7.30896$ER5.328455@rwcrnsc52>


insert into tableName(col1,col2,...) values( value1,value2,...); Look at the sql reference guide.

Jim
"ROBERT WEST" <rob-west_at_worldnet.att.net> wrote in message news:k8eR7.290591$W8.9772894_at_bgtnsc04-news.ops.worldnet.att.net...
> I'm learning SQL*PLUS. The book I'm reading focuses on queries from the
> prompt. Obviously, I know how to make tables. I Do Not know how to add
> data to the table! From the prompt, can I add data? Or how is it done?
>
> Thank you,
> Rob-west @worldnet.att.net
>
>
>
Received on Mon Dec 10 2001 - 20:44:44 CST

Original text of this message

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