摘要:
MySql的like语句中的通配符:百分号、下划线和escape%代表任意多个字符select * from user where username like '%huxiao'; select * from user where username like 'huxiao%'; select * from user where username like '%huxiao%'; _代表一个字符select * from user where username like '_'; select * from user where 阅读全文
posted @ 2013-08-26 11:14
chujunyi
阅读(2645)
评论(0)
推荐(0)
浙公网安备 33010602011771号