I'm doing a mysql query like:
Select * from "User";
and it returns:
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 '"User"' at line 1
The error has something to do with the double-quotes "
, can I keep the select statement as is, and make mysql cope with the double quotes?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…