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

Home -> Community -> Usenet -> c.d.o.tools -> Re: HELP

Re: HELP

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Fri, 03 Aug 2001 14:54:48 GMT
Message-ID: <YWya7.417775$p33.8440433@news1.sttls1.wa.home.com>

Look in the documentation under sql reference, ton of great examples.

alter table blah add boo ....;
select max(thecol) from...
...order by col
Jim
"junecarol.walsh" <junecarol.walsh_at_ntlworld.com> wrote in message news:K2ta7.2713$Qt3.569544_at_news6-win.server.ntlworld.com...
> I have not used Oracle 4 a while!
>
> I was wondering if anyone could help me on the following things:-
>
> 1) Add a column to a table
> 2) Average a column
> 3) Find the greastest value in a column
> 4) Find the lowest value in a colum
> 5) Put a column in date order
>
> I know these may seem basic 2 a few of u but i have not used oracle for a
> while, lets just say I am rusty & need some help 2 rejog my memory
>
>
>
Received on Fri Aug 03 2001 - 09:54:48 CDT

Original text of this message

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