2
votes
1answer
38 views
Building a character string?
Hi, I have the following sample data:
custid
100
200
300
400
500
.
.
etc.
I want to build the following string:
where custid in (100, 200, 300, 400, 500.....)
I hav …