Vypadá to, že chcete použít ORDER BY místo GROUP BY:
select * from calendar where approved = 'pending' order by eventid asc limit 1;
Vypadá to, že chcete použít ORDER BY místo GROUP BY:
select * from calendar where approved = 'pending' order by eventid asc limit 1;