Hi All,
Let's say I have the following table:
ID Name
------------
1 ryan
2 needs
3 help
Is there a way to write a sql so that I can return the 2nd column without specifying the field name? Some kind of column index maybe?
ie.
select column 2 from table
thanks!
Ryan
Let's say I have the following table:
ID Name
------------
1 ryan
2 needs
3 help
Is there a way to write a sql so that I can return the 2nd column without specifying the field name? Some kind of column index maybe?
ie.
select column 2 from table
thanks!
Ryan