How can i change the columns order on a table??
or
How can i insert a new column after other ??
sample
ALTER TABLE <TABLE.NAME> ADD COLUM <NAME.COLUMN> <DATA.TYPE> AFTER<NAME.COLUMN>
hope that i explain well
Tags:
Forums:
How can i change the columns order on a table??
or
How can i insert a new column after other ??
sample
ALTER TABLE <TABLE.NAME> ADD COLUM <NAME.COLUMN> <DATA.TYPE> AFTER<NAME.COLUMN>
hope that i explain well