Hello Dominick,

Wednesday, April 04, 2001, 12:32:26 PM, you wrote:

DV> Maybe a bit offtopic, but is there an equivalent for the NVL function in
DV> Oracle for MySQL?

DV> NVL is a function that returns a given result when a value is null

>From MySQL manual:

IFNULL(expr1,expr2)
If expr1 is not NULL, IFNULL() returns expr1,
else it returns expr2.
IFNULL() returns a numeric or string value,
depending on the context in which it is used. 






-- 
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
http://www.Books.Ru -- All Books of Russia
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to