Hi all,

Let's say I have a table with a DateTime field, How can i select the 10 of the latest date value from that?
(I want to get 10 latest date)

What i know is using MAX to get the latest date, but how to get several date instead of only one latest date?

Thank you.