I want to write a query return me search results from multiple tables.
I’m reading this tutorial
In phpmyadmin I wrote
ALTER TABLE files ADD FULLTEXT(title, desc);
it returned me
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc)' at line 1
if
descis a column name, then you should try backticks around it as it is a reserved word in MySQL: