IN operator
Has anyone seen how to emulate the IN operator of a SQL where clause with addQuery() method? For example gr.addQuery('sys_id','IN','val1,val2,val3...');IN or IS ONE OF and NOT ONE OF are not explained here http://wiki.service-now.com/index.php?title=...
