is it possible to use a variable in a query with the IN
clause (a,b,c..z), without getting quotes or conversion
errors?
Answer Posted / guest
You can use a variable as your IN clause, but this requires
that you use the EXEC function to run the statement.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you improve the performance of a SQL Azure Database?
What is difference between Datepart() and Datename() in SqlServer?
What does ss stand for sexually?
What is indexed view? How to create it?
What are different types of constraints?
What is constraints and its types?
Explain what are the restrictions while creating batches in sql server?
How would you add a section to a table?
Why would you call update statistics?
Do you know the cursor optimization tips?
What is sql server used for?
What is create command?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What function does a database engine serve in the sql server?
What are the lambda triggers?