is it possible to use a variable in a query with the IN
clause (a,b,c..z), without getting quotes or conversion
errors?
Answers were Sorted based on User's Feedback
Answer / 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 |
Does an index slow down updates on indexed columns?
What is the differecne between equi-join and inner-join and natural join..Is there any difference or all are same?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What is the difference between join and inner join?
Are all views updatable ?
Tell me extended events in sql server 2008?
What is instead of dml trigger?
How to defragment table indexes?
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
Is sql server free?
What is difference between joins and subqueries?
What are the differences between sql server and mysql.