sql server 2005 - SQL - Altering the position of field -


i want alter position of field using query, not designer. example - table1 has fieldnames follows

field1 field2 field4 field3 

field3 should in position of field4.

you can in such way add new col table. copy values of field4 it. drop col field4 , named new col field4.


Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -