阅读背景:

如何获得最好的搜索结果

来源:互联网 

Query #1:


SELECT DISTINCT `title`
FROM `table`
WHERE (
`title` LIKE '%this is search%'
)
OR (
`title` LIKE '%this%'
AND `title` LIKE '%is%'
AND `title` LIKE '%search%'
)
OR (
`title` LIKE '%this%'
OR `title` LIKE '%is%'
OR `title` LIKE '%search%'
)
LIMIT 0 , 10
SELECT DISTINCT `title`
FROM `ta



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: