太仓市实验小学:Oracle 转义字符

来源:百度文库 编辑:中科新闻网 时间:2024/05/11 16:58:17
Oracle中若一个字段中存了"%",在使用LIKE的时候要如何书写如:
select * from test_table where test_col like ???;
test_table表中test_col里内容为'hello%20world!'