Method: Convert null char=>const
Function name: nulltostring
Parameter list: (CHAR input, CHAR value)
Return type: CHAR
What the method does: Converts a NULL in a character source column to the alpha character value you specify. If the column is not null, then the column value is returned. The first argument must be an SQL column.