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
Active Directory User
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
I need assistance with a SQL query
Backing up ESX VMs with symantec backup exec 11d
HP procurve Core switch vs standard layer 3 switch
Disable Driver Signature Enforcement during Windows 7 install
COntact Form Formatting
DynDNS Setup and configuration
C# Inheritance
ISA Authentication problem