A problem about alter table

From: "jack" <datactrl(at)tpg(dot)com(dot)au>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: A problem about alter table
Date: 2003-01-07 12:53:06
Message-ID: 001601c2b64b$ba8c3b30$1400a8c0@jac
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi, all
I'm using postgreSQL 7.2.3. The following statement always cuases a parser
error, "parse error at or near NOT". Please adivse, thank you in advance.

ALTER TABLE _acct_group1
ALTER groupkey SET NOT NULL;

Jack

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tomasz Myrta 2003-01-07 13:31:22 Re: A problem about alter table
Previous Message Adam Witney 2003-01-07 12:21:39 Re: Inherancing