Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Using column number inplace of column name in SQL Select statement

694243Dec 21 2009 — edited May 16 2013
Is there a way to run sql select statements with column numbers in
place of column names?

Current SQL
select AddressId,Name,City from Address
Is this possible
select 1,2,5 from Address
Thanks in Advance
This post has been answered by 738169 on Dec 21 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2013
Added on Dec 21 2009
11 comments
46,629 views