Microsoft
Software
Hardware
Network
Question : Informix SQL "is null" syntax
I have a table column that contains blank values and null values I want it to only display blank values
I am used to SQL syntax not informix I believe the below would work in SQL how can it work in informix?
select column1, column2, IS NULL(column3, "") as 'column3 no nulls'
from table1
Answer : Informix SQL "is null" syntax
select column1, column2, NVL(column3, "") as 'column3 no nulls'
from table1
Random Solutions
How do i add a link to a favorite in outlook that will open the website within outlook?
how to change some user's password in Linux using a script (.sh or other)
Not receiving mail from some internal senders
Ubuntu: automatically connect to wireless modem
RAID 6 array expansion with Dell Poweredge 2950 III
Need to Create A Form With 2 Actions.
Get current active application name
Windows Live Messenger XXXX is now friends with YYY
VirtualBox Guest-Guest networking
Questions about Joins