51Testing软件测试论坛

标题: 如何使用 LIKE 进行模糊查询? [打印本页]

作者: 测试积点老人    时间: 6 天前
标题: 如何使用 LIKE 进行模糊查询?
回复可见


作者: 开心的大黄瓜    时间: 5 天前
select * from test where username like '%t';
作者: 你好浮戈    时间: 3 天前
select * from test where username like '%t';
作者: 海海豚    时间: 3 天前
select * from test where username like '%通配符'
作者: litingting0214    时间: 3 天前
select * from test where username like '%t'
作者: oliver.tang    时间: 3 天前
like coum%
作者: jingzizx    时间: 3 天前
like '%通配符'




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2