I want to select columns in a table in SQL Server by there index.
Something like
SELECT column1 TO column5
FROM Table1
Is there any method like above or any other idea to achieve this?
I want to select columns in a table in SQL Server by there index.
Something like
SELECT column1 TO column5
FROM Table1
Is there any method like above or any other idea to achieve this?