jen
COALESCE(field1, field2) AS thing
WHERE field1 = field2
rtanner
COALESCE( TO_CHAR( SUBSTR(field1, 1, 4000) ), field2 )