Currently working with a MLS data dump in which all their dates are formatted in MM/DD/YYYY , Trying to get the min/max age
MIN( DateDiff( NOW(), idx_com
use java or c# or something to split the string of the date by the / and reorder the date into the format expected by mysql before you run the mysql query.