On 8/5/06, Pablo Braulio <brulics(at)gmail(dot)com> wrote:
> alejandrob escribió:
> > podrias hacer : where fichero not in 80,78,54
> >
>
delete from ficheros_recursos_programas where fichero not in (80, 78, 54);
o si el campo es character
delete from ficheros_recursos_programas where fichero not in ('80', '78', '54');
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook