Hey all I would guess this would be a pretty simple question.
How do I select a row whose value for a given column is the greatest or the least or whatever for that table?
e.g: select * from table where creation_date > all_other_creation_dates; Hope that makes some sense. Thanks in advance! Tim