Jaime Casanova escribió:
> 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');
>
Así si.
Gracias.
--
----
Saludos
Pablo