Is there an easy way with SQL code to convert a large comma delimited list into a temp table. I would put the code in a With Clause and use it in a subsequent join.
The reason is, I am modifying some SQL that has several large in lists and I want to make these tables instead (temporary for duration of the query).
I appreciate any ideas. Thank you.
The reason is, I am modifying some SQL that has several large in lists and I want to make these tables instead (temporary for duration of the query).
I appreciate any ideas. Thank you.