SQL语句执行错误:select a.* from (select album, addtime, id from emlog_kl_album order by album, addtime desc, id desc) a group by album
Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'a.addtime' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

«点击返回