Viewing post 1 (of 1 total)
SELECT *
FROM <TABLENAME>
WHERE ACCOUNT_NUMBER IN ('100', '150', '175')
and once those acct numbers are selected per query above, I need to change an field value for each of...
December 28, 2016 at 1:23 pm
#1919922