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 -> Selecting out certain columns

Selecting out certain columns

From: Stephen <grider22_at_hotmail.com>
Date: 2 May 2002 11:33:13 -0700
Message-ID: <22d5cb4a.0205021033.445964d9@posting.google.com>


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 Received on Thu May 02 2002 - 13:33:13 CDT

Original text of this message

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