我们通常在 WHERE 子句中使用 CONTAINS ,就象这样:SELECT * FROM table_name WHERE CONTAINS(fullText_column,'search contents')。
我们通过例子来学习,假设有表 students,其中的 address 是全文本检索的列。
1. 查询住址在北京的学生
SELECT student_id,student_name
FROM students
WHERE ...
文章来源:
http://imicro.blogbus.com/logs/57444894.html
posted on 2010-01-30 21:46
Jerome 阅读(62)
评论(0) 编辑 收藏