Обсуждение: Re: Inserting NULL value into date datatype

Поиск
Список
Период
Сортировка

Re: Inserting NULL value into date datatype

От
smittybroham@hotmail.com (Smitty)
Дата:
Nevermind.  Apparently from the psql command line the string NULL is
interpreted correctly as a NULL value, but from the DBI interface I'm
using, it is not translated correctly as a NULL value, but rather the
string 'NULL'.

I'll try using UNDEF instead.