do something
流水帳雜記
首頁
2015年11月20日 星期五
[ORACLE]查詢view內容
SQLPLUS查詢view內容
SET LONG 100000
SELECT text
FROM all_views
WHERE view_name ='VIEW_NAME';
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)||'%'
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)