Quote Originally Posted by aphagwani
hi,

how to insert a new column between 2 column in a Table.This is for for MS.

thx
-a
alter table <tablename> add column <column name> datatype after <column name>