I’m trying to write a select to table with name contain “\” ?
select * from TTOOs/Agents
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.
In most databases (these include DB2, CUBRID, Derby, H2, HSQLDB, Ingres, Oracle, Postgres), you have to put quotes around your table name, i.e.
In T-SQL (SQL Server, Sybase ASE, Sybase SQL Anywhere), put brackets
In MySQL, put backticks
In any of the above cases, you’ll have to correctly use upper/lower case letters!