Mysql
 sql >> Datenbank >  >> RDS >> Mysql

1. Reihe in Gruppieren nach vs. Letzte Reihe

Klingt so, als ob Sie ORDER BY anstelle von GROUP BY verwenden möchten:

select * from calendar where approved = 'pending' order by eventid asc limit 1;