先有数据
ID Title
1 忘情水
2 忘水情
使用语句 select * from 表明 where Title like '%水% '
能够全部搜索出
使用语句 select * from dd_news where contains (newstitle, ' "*水* " ')
只能搜索出第2条记录
不知道contains 能不能实现和Like一样的迷糊查询
------解决方案--------------------
看看邹老大的例子:
http://topic.csdn.net/t/20040821/10/3295983.html
------解决方案--------------------
这问题挺普遍
http://topic.csdn.net/t/20040106/18/2639544.html
http://topic.csdn.net/t/20050410/15/3924245.html#