> I need to insert NULL into the database using a perl CGI . So if a variable
> is to be made NULL in perl and it needs to be used in an sql statement what
> is best way to do it. Do I assign ' \N' to it or 'NULL' ?

Standard SQL syntax for presenting null is SET VARIABLE=NULL, but I'd need to
know what kind of database you were using before I could pound out some perl
code for you.

You cna probably do the code anyways, so I don't feel so bad :)  Anyways,
thats the SQL syntax.

Dennis Stout


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to