Problems with create table continued...

From: "Seth Banks" <seth(at)subimage(dot)com>
To: <pgsql-sql(at)postgreSQL(dot)org>
Subject: Problems with create table continued...
Date: 2000-02-28 03:35:13
Message-ID: NOEPJACOBMIOEOLHKIODGEGDCBAA.seth@subimage.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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"

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Vikrant Rathore 2000-02-28 03:49:39 SQL query problem
Previous Message Bruce Momjian 2000-02-28 02:19:25 Re: [SQL] 7.0beta1?