How to enter newline character in Oracle?

前端 未结 3 585
無奈伤痛
無奈伤痛 2020-12-04 16:27
select col1, col2
    into name1, name2
    from table1
    where col1=col;

        m_sub := \'Subject \';
    m_msg := \'Hello \'||name||\' ,\'||/n||/n||\'Your ord         


        
3条回答
提交回复
热议问题