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 to configure VRRP
C# asp.net - Set object visibility based on browser type
How do I combine 2 List<KeyValuePair<,>>'s into a DataTable using LINQ?
jQuery tooltip on form input image hover
Microsoft Information Store stalling issues
esx 4 passthrough
LDAP Query for Pulling lastLogonTimestamp and dateCreated attributes from AD User Account
Out of Office Assistant not working w/Forwarding Configured
Sharepoint Template - How to open & Navigate
DAG & CAS array configured but it's not failover