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
Could not reliably determine the server's fully qualified when trying to restart https service
Remote Desktop not working via IP address
How to configure SSG-140 with multiply public IP's on single interface.
BCM, Business Contact Manager, 2010 RTM cannot connect to remote sql database
Check if existing record in database?
performance - NC Vc C index
Windows 2008 Domain Controller Unavailable (but working)
I can not print to tray two which has legal size paper in it. The printer is a HP 3005 pcl printer and there are other users that can print to this tray when printing legal documents.
I HAVE A SONY VAIO MODEL: VGN-FW351J
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed.