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