MYSQL syntax Error: check the manual that corresponds to your

This is due to the syntax problem of SQL statements, and everyone’s situation is different
mine is
Original: select teacherno, teachername, vote from t_ Vote
reports an error
change to: select * from t_ Vote
success

Read More: