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
Wake on LAN almost never works.
performance - NC Vc C index
How do I get the selected value from WPF combobox
Flag duplicate record
BCM, Business Contact Manager, 2010 RTM cannot connect to remote sql database
How to configure SSG-140 with multiply public IP's on single interface.
Remote Desktop not working via IP address
Could not reliably determine the server's fully qualified when trying to restart https service
BESX 5.0.1.4 and Exchange 2010 Users can't activate enterprise email
MS Access Update a field based on multiple field values