NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
NVL() (Score:1)
Re:NVL() (Score:2)
And if you want to be SQL-92 compliant, you can use
COALESCE, which works the same asNVL(but sounds better, even though it takes longer to type).Reply to This
Parent
Re: (Score:1)
What does COALESCE do? (As opposed to NVL).