Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 select using column number

Author  Topic 

renjithmamman
Starting Member

1 Post

Posted - 2007-09-12 : 05:18:30
i am using sqlserver 2000 how can i select data from table using column number
for example

select 1,2,3 from table

1,2,3 are colunm position

thanks
renjith mamman

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-09-12 : 05:52:17
Why do you want to get data using ordinal position?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -