Delete column

Поиск
Список
Период
Сортировка
От Setyo Nugroho
Тема Delete column
Дата
Msg-id 1037095019.3405.10.camel@see03
обсуждение исходный текст
Список pgsql-novice
Hi all,
I failed to delete a column of a table, using these:

db=# ALTER TABLE route DELETE COLUMN plan;
db=# ALTER TABLE route DROP COLUMN plan;

Adding a column using ALTER TABLE etc .. is possible, what about
deleting it ?

Any help would highly be appreciated.

Regards,
Setyo Nugroho



В списке pgsql-novice по дате отправления:

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: SQL
Следующее
От: "Henshall, Stuart - Design & Print"
Дата:
Сообщение: Re: Delete column