SELECT account_id FROM ad_accounts WHERE status='fraud' AND date = '2021-01-03' AND account_id IN (SELECT account_id FROM ad_accounts WHERE status='fraud' GROUP BY account_id HAVING COUNT(*)=1)
SELECT account_id FROM ad_accounts WHERE status='fraud' AND date = '2021-01-03' AND account_id IN (SELECT account_id FROM ad_accounts WHERE status='fraud' GROUP BY account_id HAVING COUNT(*)=1)
by Userabc, 8 months agoPlease log in to post a comment.