browse: forums | FAQ
Connecting Tech Pros Worldwide

Hey there! Do you need Oracle Database help?

Get answers from our community of Oracle Database experts on BYTES! It's free.

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

Steve Kirby
Guest
 
Posts: n/a
#1: Jun 27 '08
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@SPAMvraagt.nlwrote in message
news:3hqe61dm7c463n9ktocpcej3d8e9m1e9f7@4ax.com...
Quote:
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
>




Closed Thread