Sunday, November 11, 2012

NULLIF Function


NULLIF Function
In Oracle/PLSQL, the NULLIF function compares expr1 and expr2. If expr1 and expr2 are equal, the NULLIF function returns NULL. Otherwise, it returns expr1.
http://www.techonthenet.com/oracle/functions/nullif.php

No comments:

Post a Comment