Is it possible to specify column position when using "alter table add column"?
Is it possible to specify the position of a new column when using alter table to add a column? EG. "alter table myfact add column foo after column bar"?
0
Comments