Analytics

2016年7月5日 星期二

[Informix]使用 NVL 達到MS SQL ISNULL效果(Use NVL to achieve the effect of MS SQL ISNULL)


問題
Informix使用 NVL 達到MS SQL ISNULL效果



解決方法
select eq_price,NVL(eq_price,0)
from equip
eq_price     (expression)  
-----------  ---------------
1886625      1886625      
null              0      
3089016      3089016      
3564000      3564000

沒有留言:

熱門文章