is there any way to change the position of a column in a table by writing sql query?
for eg;
Table 'demo' contains 3 fields:
companyName
EmpName
id
I need to move the 'id' from last position to first by writing a query along with the data..
can anybody help me pls...
for eg;
Table 'demo' contains 3 fields:
companyName
EmpName
id
I need to move the 'id' from last position to first by writing a query along with the data..
can anybody help me pls...
Comment