select id, 'messaggio' as msg
from tabella
where id<=50
union
select id, 'messaggio 2' as msg
from tabella
where id>50
select id, 'messaggio' as msg
from tabella
where id<=50
union
select id, 'messaggio 2' as msg
from tabella
where id>50
http://sqleonardo.altervista.org