NOT NULL and postgres 6.5.2

Поиск
Список
Период
Сортировка
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


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

Предыдущее
От: Ivanko Alexandr
Дата:
Сообщение: help
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [SQL] NOT NULL and postgres 6.5.2