When inserting data, {code...} will be reported, but the data will be inserted. When you use phpmyadmin to visually delete a piece of data in the database table, this statement will be prompted to be wrong,
An error is reported when data is inserted.
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 '1' at line 1,
However, the data will be inserted.
When you use phpmyadmin to visually delete a data entry in a database table, a message is displayed.
This statement is already wrong. Please try again,
Reply content:
An error is reported when data is inserted.
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 '1' at line 1,
However, the data will be inserted.
When you use phpmyadmin to visually delete a data entry in a database table, a message is displayed.
This statement is already wrong. Please try again,
It's useless. paste your code.
If it is wrong, you can change the phpmyadmin version or directly use the command line. This tool is almost standard and has never studied its source code (and almost never used it). It is not as convenient as the command line ).