tedmillerx
Programmer
I need to write a query that randomly selects two records for each customer service rep of an order history table for one day.
In other words, if Joe and Keith each enter about 30 orders today, I want to randomly choose two orders from Keith and two orders from Joe in the same query.
How do I do it?
In other words, if Joe and Keith each enter about 30 orders today, I want to randomly choose two orders from Keith and two orders from Joe in the same query.
How do I do it?