Se puoi usare le subquery
Altrimenti ci vuole una tabella temporaneacodice:select * from ( SELECT * from an_tags order by ncount desc limit 50) as tab1 order by tag asc
Se puoi usare le subquery
Altrimenti ci vuole una tabella temporaneacodice:select * from ( SELECT * from an_tags order by ncount desc limit 50) as tab1 order by tag asc