For the purpose of creating a filter dropdown, I need to find out what the first and last dates are in a mysql table. I am referring to a field that has a date in it.
My first thought was run a query to pull ALL records, and then do some logic in php to find the first and last date.
Any better suggestions.. my solution seems like it would be very inefficient once there is a huge dataset.