I have a table KIDS that have a Column AGE. I want to use an SQL query to get all the records of the oldest kids.
For example: If I have
Name Age
----------
David 10
Dan 10
Leah 8
Hannah 6
I want to get David's and Dan's records.