Question
SQL IN
The user can select multiple areas, but how can I get the SQL
to put them all surrounded by their own single quotes? The code
below groups all the values together in one big single quote:
select * from Report7
WHERE facility IN ('#arguments.area#')
select * from Report7
WHERE facility IN ('#arguments.area#')