Re: mysql NULl value in perl problem

2002-12-05 Thread Matthew Baranowski
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 2:59 PM Subject: mysql NULl value in perl problem > Hi guys, > > Running into a frustrating problem. When I have a empty table in mysql > database, i tried run a select statement in my perl script and > supp

Re: mysql NULl value in perl problem

2002-12-05 Thread Qunfeng Dong
Isn't NULL value in MySQL stored as '\N'? If so, you can check that in your perl script. Qunfeng --- David Wu <[EMAIL PROTECTED]> wrote: > Hi guys, > > Running into a frustrating problem. When I have a > empty table in mysql > database, i tried run a select statement in my perl > script and

Re: mysql NULl value in perl problem

2002-12-05 Thread Paul DuBois
At 14:59 -0800 12/5/02, David Wu wrote: Hi guys, Running into a frustrating problem. When I have a empty table in mysql database, i tried run a select statement in my perl script and supposing get a NULl return value. Is the NULL returned from mysql is described as string in perl or as undef i

mysql NULl value in perl problem

2002-12-05 Thread David Wu
Hi guys, Running into a frustrating problem. When I have a empty table in mysql database, i tried run a select statement in my perl script and supposing get a NULl return value. Is the NULL returned from mysql is described as string in perl or as undef in perl?.. As there is no the word NULL i