Hi, this will probably sound like a very simple SQL question, but I can't seem to figure it out...
So let's say I have a statement:
SELECT DISTINCT date, rate from...where...
So I know this statement will retrieve only unique combinations of both date and rate, but what I want is to retrieve...