Guest_imported
New member
- Jan 1, 1970
- 0
Hi all,
I'm trying to run a cfquery and verify one of my results is in a set, like so:
and force.uln_id IN ('#ulnset#')
The problem is ulnset can have more than 1000 items in it, and SQL doesn't like that. And CF 4.5.2 can't do queries w/in queries. Besides running through the list using a loop, is there an easy way to do this?
I'm trying to run a cfquery and verify one of my results is in a set, like so:
and force.uln_id IN ('#ulnset#')
The problem is ulnset can have more than 1000 items in it, and SQL doesn't like that. And CF 4.5.2 can't do queries w/in queries. Besides running through the list using a loop, is there an easy way to do this?