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

Home -> Community -> Usenet -> c.d.o.server -> Re: Selecting out certain columns

Re: Selecting out certain columns

From: Stephen <grider22_at_hotmail.com>
Date: 3 May 2002 13:12:22 -0700
Message-ID: <22d5cb4a.0205031212.5de426fe@posting.google.com>


Thanks Connor.

What's up with that Sybrand guy?

Connor McDonald <connor_mcdonald_at_yahoo.com> wrote in message news:<3CD18957.7D5_at_yahoo.com>...
> Stephen wrote:
> >
> > Let's say you have a table with 50 columns and you want to retrieve
> > data that lists only 49 of those columns. Is there any easy way to do
> > this without typing: select column1, column2,...column49 from table.
> > So basically is there a way to select out certain columns in your
> > statement while retrieving the rest of the columns?
> >
> > Thanks
>
> In SQL Plus
>
> SQL> col X nopri
> SQL> select * from ...
>
>
> hth
> connor
Received on Fri May 03 2002 - 15:12:22 CDT

Original text of this message

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