2013年10月4日
摘要: 先上一张实用的图:用于转义字符的。SQL> select chr(42) ||'is what?' from dual;CHR(42)||---------*is what?想转义哪个就转义哪个字符。转义单引号的方法:1.使用两个单引号;2使用chr函数。SQL> select '"It''s a pen",she said.'from dual;'"IT''SAPEN",SHESAID.'----------------------"It's 阅读全文
posted @ 2013-10-04 20:43 happinessqi 阅读(365) 评论(0) 推荐(0)