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: ROBERT WEST <rob-west_at_worldnet.att.net>
Date: Tue, 11 Dec 2001 03:17:40 GMT
Message-ID: <oVeR7.218284$3d2.10079053@bgtnsc06-news.ops.worldnet.att.net>


Is this how it is done or, is there a front end for it, like MS-Access?

Thank you,
Rob-west_at_worldnet.att.net

"Jim Kennedy" <kennedy-family_at_attbi.com> wrote in message news:wqeR7.30896$ER5.328455_at_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 - 21:17:40 CST

Original text of this message

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