Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
One could replace the "NVL(<expression>,0)" with "NVL(<expression>,999999999999999999999)" it seems to me.Bill said:What about null columnsCode:select count(*) from mytable where nvl(length(ltrim(mycol)),0) < 10