Quantcast
Channel: SQL Navigator
Viewing all articles
Browse latest Browse all 1800

Forum Post: Display NULL values

$
0
0
If you have the "Display NULL values as (null)" option turned on, you normally see the "(Null)" value in a slight orange color, but if it's the first column has a null value, it's displayed as the default font color. Just execute the following SQL and you will notice SELECT NULL c1, 'asd' c2 FROM DUAL UNION ALL SELECT 'asd' c1, NULL c2 FROM DUAL Regards select null c1, 'asd' c2 from dual

Viewing all articles
Browse latest Browse all 1800

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>