mysql 一些容易忘记的细节

mysql 如何用like如何模糊查询带%号的字符

select * from hm_users where  username like '%1%%' escape '1' ;

猜你喜欢

转载自blog.csdn.net/weixin_35242653/article/details/81086709
今日推荐