Database Reference
In-Depth Information
mysql> SELECT COUNT(*) FROM kjv
-> WHERE MATCH(vtext) AGAINST('"still small voice"' IN BOOLEAN MODE);
+----------+
| COUNT(*) |
+----------+
| 1 |
+----------+
A phrase match succeeds if a column contains the same words as in the phrase, in the
order specified.
Search WWH ::




Custom Search