Hi,
this is a stupid question but still I am curious to know. when I alter the table for adding an additional column to the table, can I add the column into a specific position? Say I have columns
a varchar(20)
b integer
d boolean
If I add a column c varchar(20) can I add after column b ? By default the column will be added at the end.
this is a stupid question but still I am curious to know. when I alter the table for adding an additional column to the table, can I add the column into a specific position? Say I have columns
a varchar(20)
b integer
d boolean
If I add a column c varchar(20) can I add after column b ? By default the column will be added at the end.