Originariamente inviato da nicola75ss
codice:
(select * from inserzione where categoria = 31 order by campo_data desc limit 2)
union
(select * from inserzione where categoria = 29 order by campo_data desc limit 2)
....
union
(select * from inserzione where categoria = 26 order by campo_data desc limit 2)
appunto