摘要:
以前知道匹配只有likeselect * from TableA where colum1 like 'a';请不要忘记 下划线 _select * from TableA where colum1 like '_a';在oracle 中 如果要给某个对象的别名中包涵空格 请用双引号。如: select colum1 “学 号” from Table1 succe select colum1 学 号 from Table1 Fail 阅读全文
posted @ 2013-03-19 02:37
摸爬滚打
阅读(127)
评论(0)
推荐(0)
浙公网安备 33010602011771号