Need help with a SQL query where I am able to:
Select an account number, ProdID, and TrDate when ProdID 5612 sold twice within 24 hours after ProdID 2808 is sold.
Acct# ProdID TrDate
123 2808 2017-10-09 11:42:00.000
123 5612 2017-10-09 11:50:00.000
123 5612 2017-10-10 11:42:00.000
123 2808 2017-10-11 11:42:00.000
123 5612 2017-10-11 13:42:00.000
123 5612 2017-10-11 14:42:00.000
123 5612 2017-10-15 11:42:00.000