我想做一个非常简单的查询。select * from table group by portfolio_id HAVING max(date)def result = Table.executeQuery("from Table group by portfolio having max(date)")我没有头绪,我读了一些文件,但我仍然不能得到它,为什么它不应该工作。| Error 2014-01-29 17:20:15,400 [http-bio-808
好吧,简单的问题:我有一张桌子 id int auto_increment not null primary key, city varchar(32),);SELECT city, ageWHERE age=(SELECT max(age) from people);City Age我如何获得每个城市的最大年龄,即Atla