The simplest way to avoid errors is to use backticks for reserved words such as table names, and double quotes for other SQL statements. I usually try not to use single quotes. ,
Simply put, use single quotes for strings, and use backticks for table names, field names, etc.
The above is the content of single quotes and backticks in Mysql series (9). For more related content, please pay attention to the PHP Chinese website (www.php.cn)!