select col1, col2 into name1, name2 from table1 where col1=col; m_sub := \'Subject \'; m_msg := \'Hello \'||name||\' ,\'||/n||/n||\'Your ord
Chr(Number) should work for you.
select 'Hello' || chr(10) ||' world' from dual
Remember different platforms expect different new line characters: