Chinaunix首页 | 论坛 | 博客
  • 博客访问: 74064
  • 博文数量: 10
  • 博客积分: 186
  • 博客等级: 入伍新兵
  • 技术积分: 144
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-10 17:31
文章分类

全部博文(10)

文章存档

2014年(1)

2013年(4)

2012年(2)

2011年(1)

2010年(2)

我的朋友

分类: Oracle

2014-12-01 20:22:51

使用子句:
ESCAPE。

例如:
select * from tab t where t.tname like 'B\_%' ESCAPE '\';
结果如下:
1 B_BOSSQUERY TABLE
2 B_BOSSQUERYERR TABLE
3 B_CALLBACK TABLE
4 B_CALLBACKERR TABLE
5 B_CHARGE TABLE
6 B_ORDER TABLE

英文如下:
You can include the actual characters "%" or "_" in the pattern by using the ESCAPE clause, which identifies the escape character. If the escape character appears in the pattern before the character "%" or "_" then Oracle interprets this character literally in the pattern, rather than as a special pattern matching character.
阅读(1114) | 评论(0) | 转发(0) |
0

上一篇:Source Insight 中设置Tab及自动对齐设置

下一篇:没有了

给主人留下些什么吧!~~