Обсуждение: AW: [HACKERS] Well, then you keep your darn columns

Поиск
Список
Период
Сортировка

AW: [HACKERS] Well, then you keep your darn columns

От
Zeugswetter Andreas SB
Дата:
> 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