In MySQL I can use ` in a query to protect a field name, so I can have a field “order” or “group”.
I tryed sqlite doc but I cannot find it.
Is it the same quote mark for sqlite?
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.
Sqlite uses double quotes
", like"field".It is hard to find in the sqlite documentation, the closest I can find is the FAQ (item 24) about single and double quotes..