SQL database on the difference between the number of zero-taking is empty

SQL database on the difference between the number of zero-taking is empty

 

SQL SERVER:    isnull(temp6,0)     

Oracle:      nvl(temp6,0)       

mysql / sqlite:   ifnull(temp6,0)

Guess you like

Origin www.cnblogs.com/guorongtao/p/12161134.html