Is it possible to create a table name with escape sequences ?
like TableName:exampl’s
I have EditText and it’s entry like that and want to create a table for it ,and there is no restriction for the edittext.
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.
Yes, it is possible. Or at least sqlite3 itself does not forbid this.
The following example would create the table
tbl'1But.
There are several reasons why you should not do that: