Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
SELECT title, MATCH(title, body) AGAINST('indexing strategies') AS score FROM articles WHERE MATCH(title, body) AGAINST('indexing strategies') ORDER BY score DESC LIMIT 5; -- Score 0 means not matched; higher = more relevant
Result
Open