Ver originalselect *from peticiones where estado_peti <> 'anulada' and estado_peti <> 'contratada';
Ver originalselect *from peticiones where estado_peti not in('anulada', 'contratada');