Problems with create table continued...

Поиск
Список
Период
Сортировка
От Seth Banks
Тема Problems with create table continued...
Дата
Msg-id NOEPJACOBMIOEOLHKIODGEGDCBAA.seth@subimage.com
обсуждение исходный текст
Ответы Re: [SQL] Problems with create table continued...
Re: [SQL] Problems with create table continued...
Список pgsql-sql
Anyone see a problem with this code?!

CREATE TABLE content ( content_id  serial, parent_id   int4 NOT NULL, parent_type int4 NOT NULL, author_id   int4 NOT
NULL,title       text NOT NULL, url         text NULL, start_date  date NOT NULL, end_date    date NOT NULL, priority
int4 NULL, content     text NULL, source      text NOT NULL
 
);
ERROR:  parser: parse error at or near "null"


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] 7.0beta1?
Следующее
От: "Vikrant Rathore"
Дата:
Сообщение: SQL query problem