Method: Convert null to ~
Function name: null2td
Parameter list: (CHAR input)
Return type: CHAR
What the method does: For character datatypes only. Sends NOT NULL source column values exactly as they are (byte-to-byte) to the target columns. If a source column is NULL, sends a tilde character (~) to the target column. The argument must be an SQL column.