Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Perl DBI NULL and undef

by rovf (Priest)
on Aug 22, 2012 at 08:26 UTC ( [id://988979]=note: print w/replies, xml ) Need Help??


in reply to Perl DBI NULL and undef

How can I separate the undef data and NULL data?
Hmmmm.... This question doesn't make sense to me, for 'undef' is a concept in the Perl domain, and 'NULL' is a concept in the SQL domain. This means that in Perl you don't have NULL, and in SQL, you don't have undef. From DBI:

NULL values are represented by undefined values in Perl

-- 
Ronald Fischer <ynnor@mm.st>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://988979]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found