con la union sono due queries unite nulla piu' esempio ( i dati reali mettili tu):Originariamente inviato da TheClue/Nash
potresti postarmi due righe di codice? nn so come si fa quello che mi hai suggerito![]()
codice:(select id, cat AS 'Nome Categoria', 'System' AS 'Tipo Categoria' from tab order by identifier DESC LIMIT 1) UNION (select ... tua query ORDER BY identifier DESC LIMIT 1, 100)