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
USB Device Not Recognized?
Unable to Save files in my C drive
how to use Scriptomatic V2
directoryInfo.GetFiles() is slow in .net.
SQL Server Script to Backup Database
Moved a Dolpin 7 website to a new server and I get an error message.
How to use mbox in c# web application
VPN Tunnel - NEW ISP
Interface to connect ascx events to parent via business layer code library - VB / ASP.NET
Custom views in Outlook 2010's Tasks