> Oh, there is a second drawback to it though ...> > DROP COLUMN name
the dropped column looses its original name, and gets a system generated name, like " dropped_col_5"
> ADD COLUMN name <of a different type>> > Then what? :(
Andreas