codice:
SELECT * FROM tblciao WHERE nome = 'andrea'
UNION
SELECT * FROM tblciao WHERE nome 'paolo'
(solo con MySQL >= 4.0)