2011-11-14 34 views

回答

3

我想你可以使用HAVING而不使用GROUP BY。

SELECT OrderDate FROM table_name HAVING MAX(column_name);