Pulling data from an Oracle Server and creating a temp
table(User, Response, ResponseDate). Have 75 unique users,
and over 10,000 responses and the date submitted. How do I
limit the results to only two distinct responses per user
with dates? TOP 2 does not work, SELECT DISTINCT does not
either.
Any help on the right path would be greatly appreciated.
Will