17
Answers

Selecting last date?

yokzu

yokzu

13y
3.1k
1
Hello,
I have a oracle db and saving date values in a column. Date format is below;
---------
30/06/2011
01/07/2011
01/07/2011
01/07/2011
02/07/2011
02/07/2011
03/07/2011
03/07/2011,
03/07/2011
---------

I want to select last date's rows. In this example I wanto get "03/07/2011" 's rows. But I coldnt write exactly the sql command. How can I do that?

Thanks.
Answers (17)