考上公务员报到证改派:Oracle 转义字符

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/14 03:38:09
Oracle中若一个字段中存了"%",在使用LIKE的时候要如何书写如:
select * from test_table where test_col like ???;
test_table表中test_col里内容为'hello%20world!'