查询语句为“%string_”的情况
Posted esther-qing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查询语句为“%string_”的情况相关的知识,希望对你有一定的参考价值。
select * from t_user where user_name like \'%Joe_%\'
实际查询出来的语句为:
而不像预计的前两条。
以上是关于查询语句为“%string_”的情况的主要内容,如果未能解决你的问题,请参考以下文章
[AndroidStudio]_[初级]_[配置自动完成的代码片段]
[AndroidStudio]_[初级]_[配置自动完成的代码片段]