I have column “to” in table, when I write query
SELECT to FROM mytable
mysql_error returns error, if insert word to into “ quotes, that is
SELECT `to` FROM mytable
query works, I search but not found, so tell please, what means “to” in mysql ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a reserved word in MySQL, used in GRANT queries to assign permissions ‘to’ a user