I have a question regarding the following syntax. Is there a cleaner way to roll this up into one statement rather than two. I\'ve tried several iterations but this seems to b
update table_name set='value' where orgid in (idnum1, idnum2)