Viewing 7 posts - 16 through 23 (of 23 total)
This almost works:
WHERE ModelName0 NOT IN
(
SELECT value FROM String_Split(@Job_numbers, ',')
)
But when you run the query it builds a list, but after the first row there is space at the start...
May 10, 2019 at 8:58 pm
Viewing 7 posts - 16 through 23 (of 23 total)