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: How can I show the values from column 1 in "Select ??? from tabel" ?

Re: How can I show the values from column 1 in "Select ??? from tabel" ?

From: Steve Kirby <kirby_at_igalaxy.net>
Date: Thu, 21 Apr 2005 18:20:46 -0700
Message-ID: <shY9e.1336$o_6.2363@news.uswest.net>


You can't ...

What you might try is:

desc tabe1

This will list the columns in that table.

You can select what you want to pull from that way.

"Fons" <FonsNO_at_SPAMvraagt.nl> wrote in message news:3hqe61dm7c463n9ktocpcej3d8e9m1e9f7_at_4ax.com...
> Hello,
>
> How can I show the values from column 1 in "Select ??? from tabel" ?
> So I donīt know the names of the columns, but I know that the
> identifiers are always in column 1.
> How can I select them without using the column name.
> Thanks in advance
>
> Have Fun
>
> Fons
>
Received on Thu Apr 21 2005 - 20:20:46 CDT

Original text of this message

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