嗯,是的,你得分词。 ------解决方案-------------------- select * from productSupplier
where productName like '%[金正迷你音箱]%'
or blank like '%[金正迷你音箱]%'
or Model like '%[金正迷你音箱]%'
楼主要的应该是这个效果吧 ------解决方案--------------------
select * from productSupplier
where productName like '%[金正迷你音箱]%'
or blank like '%[金正迷你音箱]%'
or Model like '%[金正迷你音箱]%'
楼主要的应该是这个效果吧
正解! ------解决方案--------------------
select * from productSupplier
where productName like '%金正迷你音箱%'
or blank like '%金正迷你音箱%'
or Model like '%金正迷你音箱%'
or productName+blank+Model like '%金%正%迷%你%音%箱%'
试试这个。 ------解决方案--------------------
select * from productSupplier
where productName like '%金正迷你音箱%'
or blank like '%金正迷你音箱%'
or Model like '%金正迷你音箱%'
or productName+blank+Model+productName+blank like '%金%正%迷%你%音%箱%'
你再试试! ------解决方案--------------------
select * from productSupplier
where productName like '%金正迷你音箱%'
or blank like '%金正迷你音箱%'
or Model like '%金正迷你音箱%'
or productName+blank+Model+productName+blank like '%金%正%迷%你%音%箱%'