MySQL get mindate and maxdate in one query November 28, 2023 by Tarik SELECT MIN(date_col), MAX(date_col) FROM table_name