Ok, I think I might be overlooking something obvious/simple here... but I need to write a query that returns only records that match multiple criteria on the same column...<
Use this: For example:
select * from ACCOUNTS_DETAILS where ACCOUNT_ID=1001 union select * from ACCOUNTS_DETAILS where ACCOUNT_ID=1002