Home php Why does UNKNOW COLUMN '*' IN 'FIELD LIST' pops up

Why does UNKNOW COLUMN ‘*’ IN ‘FIELD LIST’ pops up

Author

Date

Category

Can you send an accurate query sent to the database?


Ideally, the syntax should be so

insert INTO` Test`.`tabname` (`Param1`,` Param2`, `Param3`) Values ('Val1 ',' Val2 ',' Val3 ')

Try setting the names of the tables and fields in Latin letters


Answer 1

“Name” also in quotes should be. In addition, you have SQL injection.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions