SELECT * from dbo.TableName WHERE [Customer_ID] = "90210"
Customer_ID is a varchar(64)
I keep getting an error message saying
Msg 207, Level 16, State 1, Line 1
Invalid column name ‘90210’.
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.
Use single quotes in your
WHERE