|
robvolk
Most Valuable Yak
USA
15568 Posts |
Posted - 06/04/2012 : 09:25:12
|
NVL is an Oracle feature, IIRC. SQLTeam is a Microsoft SQL Server website. You can find more information on NVL here: http://www.techonthenet.com/oracle/functions/nvl.php
The most basic difference is that COALESCE can evaluate multiple replacement values, while NVL can only accept one. If there is a performance difference it's probably negligible. |
 |
|