Q: How do I get rid of null values in my SQL query result set? I want to retrieve the records with null values, but I would like to put a default value in the field instead of just receiving NULL.
A: The SQL VALUE function will handle this nicely. The function will return the first value that is not null from a list of values given to it. So, to make it return a default value when a field is NULL, use the following syntax:
Select Field1, VALUE(Field2,'Default') from File
Now, whenever Field2 is NULL, you will get the value "Default" in the field. You can also use this technique to avoid getting null results in SQL outer joins when there is no matching record.
- Brian Singleton


Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.
IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn:
LATEST COMMENTS
MC Press Online