NOT NULL and postgres 6.5.2

From: Stephan Bauer <stephan_bauer(at)gmx(dot)de>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: NOT NULL and postgres 6.5.2
Date: 1999-10-16 18:10:02
Message-ID: 3808BF7A.A83120D5@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello all,

I have an table like this:

CREATE TABLE anzeigen (
...

name varchar(30) NOT NULL,
...
);

The following statement _will_ be inserted:

INSERT INTO anzeigen ( ... name ...)
VALUES ( ..., '', ...);

What is my problem?

Thanks in advance

Stephan Bauer

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Oliver Elphick 1999-10-16 18:48:26 Re: [SQL] NOT NULL and postgres 6.5.2
Previous Message Ivanko Alexandr 1999-10-16 09:31:01 help