Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
SELECT title FROM articles WHERE MATCH(title, body) AGAINST('database' WITH QUERY EXPANSION) LIMIT 20; -- MySQL first finds "database" articles, -- then expands using words from those top results
Result
Open