About "Alter table... alter column.. TYPE ... "

Поиск
Список
Период
Сортировка
От Ying Lu
Тема About "Alter table... alter column.. TYPE ... "
Дата
Msg-id 42641AD9.60708@cs.concordia.ca
обсуждение исходный текст
Ответы Re: About "Alter table... alter column.. TYPE ... "  (Rod Taylor <pg@rbt.ca>)
Список pgsql-sql
Hello,

To alter table column from varchar(32) to date. "Alter table" command 
does not seem to work:

alter table test  alter column col type date ;
ERROR:  column "col1" cannot be cast to type "date"

Tks,
Emi



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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: User Defined Functions Errors
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: About "Alter table... alter column.. TYPE ... "