ऐसा लगता है कि आप GROUP BY के बजाय ORDER BY का उपयोग करना चाहते हैं:
select * from calendar where approved = 'pending' order by eventid asc limit 1;
ऐसा लगता है कि आप GROUP BY के बजाय ORDER BY का उपयोग करना चाहते हैं:
select * from calendar where approved = 'pending' order by eventid asc limit 1;