各位大侠:
我在sql2000下面建立一个全文索引,当select * from resource where contains(title,'s')查询的时候不好用提示我Server: Msg 7619, Level 16, State 1, Line 1
A clause of the query contained only ignored words. 这是怎么回事啊?
原来在7。0下面都好用啊!
...全文
1367打赏收藏
看看是怎么回事啊?全文索引问题
各位大侠: 我在sql2000下面建立一个全文索引,当select * from resource where contains(title,'s')查询的时候不好用提示我Server: Msg 7619, Level 16, State 1, Line 1 A clause of the query contained only ignored words. 这是怎么回事啊? 原来在7。0下面都好用啊!