Hello All,
Is there a way to run sql select statements with column numbers in
place of column names in SQLServer.
Current SQL ==> select AddressId,Name,City from Address
Is this possible ==> select 1,2,5 from Address
Thanks in Advance,
-Sandeep