I have only used mssql, and would use a query like this:-
select data1, data2,*
from table1
which would show all data1 and data2 then all the rest of the table1
What should i use instead of the *? Also is there any source of different syntax than mssql, since as you see this is a basic question.
Thanks
select data1, data2,*
from table1
which would show all data1 and data2 then all the rest of the table1
What should i use instead of the *? Also is there any source of different syntax than mssql, since as you see this is a basic question.
Thanks