Re: ERROR: Bad timestamp external representation ''

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: Bad timestamp external representation ''
Дата
Msg-id 24766.984943811@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: Bad timestamp external representation ''  (Boris <koester@x-itec.de>)
Ответы Re[2]: ERROR: Bad timestamp external representation ''
Список pgsql-general
Boris <koester@x-itec.de> writes:
> insert into table test (...) values ('NULL') does not work,
> but in mysql it works.

MySQL does not define the SQL standard.

Write
    insert into table test (...) values (NULL);
if you want something that is portable and standards-compliant.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ERROR: Bad timestamp external representation ''
Следующее
От:
Дата:
Сообщение: