Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
SELECT id, title, published_at FROM articles WHERE MATCH(title, body) AGAINST('indexing') AND category_id = 3 AND published_at >= '2024-01-01' ORDER BY MATCH(title, body) AGAINST('indexing') DESC LIMIT 20;
Result
Open