RE: Error in the date field (with NULL value...).Thanks!

Поиск
Список
Период
Сортировка
От Gerald Gutierrez
Тема RE: Error in the date field (with NULL value...).Thanks!
Дата
Msg-id IIEOKIIOJMELMIFMMEBFCEHHCAAA.gutz@kalador.com
обсуждение исходный текст
Ответ на Error in the date field (with NULL value...).Thanks!  (Maurizio Ortolan <crix98__@tin.it>)
Список pgsql-sql
Perhaps you can run your file through a filter to replace '' to null.

Any of sed, perl, python and other scripting languages would do nicely.

e.g.

sed -e "s/''/null/g" < myfile > myfile2


-----Original Message-----
From: pgsql-sql-owner@postgresql.org
[mailto:pgsql-sql-owner@postgresql.org]On Behalf Of Maurizio Ortolan
Sent: Thursday, March 29, 2001 6:50 AM
To: pgsql-hackers@postgresql.org
Cc: pgsql-sql@postgresql.org; pgsql-general@postgresql.org;
crix98@hotmail.com
Subject: [SQL] Error in the date field (with NULL value...).Thanks!

...

My question:
How can I resolv my problem?  I have a big data file to import where
in the 2nd date field there is '' instead of  null ....

How can I "binds" PostgreSQL to consider '' as null ?

Many thanks for any suggestions!

CIAO!
MAURIZIO

*******************************************
**  Happy surfing on THE NET !!      **
**           Ciao by                           **
**                       C R I X 98          **
*******************************************
AntiSpam: rimuovere il trattino basso                dall'indirizzo  per scrivermi...
(delete the underscore from the e-mail address to reply)


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl


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

Предыдущее
От: Tim Perdue
Дата:
Сообщение: Vacuum Error
Следующее
От: Forest Wilkinson
Дата:
Сообщение: Re: [HACKERS] Re: possible row locking bug in 7.0.3 & 7.1