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
String manipulation - SLB FP Equity --> SLBP.PA
Error string in catch block?
Setting msExchMailboxSecurityDescr
iptor with VB.NET
Spell check two languages at the same time
Word 2002/xp: Error Message: "Run-time error '4248'; 'This command is not available because no document is open.'"
How can I parse the following string, store it in a variable and then use those variables to populate some txt fields?
how to change the automatic update settings on server 2008
Shell command doesn't work on all computers
Video Chat Capabilities
Store file in mysql using connector.net and blob field