mysql:如何查找列表中的列值是否包含多个字符串。 expl:t.name=测试
Select * from table t where ( t.name Like [âtest tuto1â, âtest tuto2â, âtest tuto3â, âteeeestâ....]
我必须用t得到*的结果。name包含前3个示例结果