2015年10月30日 星期五

[oracle] 查詢回車(Enter鍵)chr(13)及換行chr(10)符號

參考http://blog.nux.tw/2013/06/oracle-enterchr13chr10.html

回車(Enter鍵):chr(13)
換行:chr(10)

select * from table_name where content like '%'||chr(13)||'%' or content like '%'||chr(10)||'%'