Re: Field sizes and structure

Поиск
Список
Период
Сортировка
От Robert Fitzpatrick
Тема Re: Field sizes and structure
Дата
Msg-id 004901c29fdb$0914af80$bbc2fea9@COLUMBUS
обсуждение исходный текст
Ответ на Re: Field sizes and structure  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
>
> begin;
> select name::varchar(40), address::varchar(45), state char(4),
> zip::varchar(10) into t2 from t1;
>

Thanks for the response, works great. Is there a way to maintain the
Primary key and NOT NULL properties using this method?

--
Robert



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

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Is NULL equal to NULL or not?
Следующее
От: "Ron St.Pierre"
Дата:
Сообщение: Time functions