[Pgsql-ayuda] Select diferente

Edwin Quijada listas_quijada@hotmail.com
Tue, 12 Aug 2003 14:30:04 -0400


Gracias por la ayuda era justo lo q necesitaba!!!!!!
;)

----- Original Message -----
From: "Oscar Estevez Lopez" <oestevez@prisacom.com>
To: <pgsql-ayuda@tlali.iztacala.unam.mx>
Sent: Tuesday, August 12, 2003 1:24 PM
Subject: Re: [Pgsql-ayuda] Select diferente


> El Tue, 12 Aug 2003 13:06:38 -0400
> "Edwin Quijada" <listas_quijada@hotmail.com> escribio:
>
> > COmo puedo enviar un select de un rango diferente
> > Ejemplo
> > Quiero todas las tuplas donde el nombre no comience con ack. Podriamos
decir
> > q es un LIKE negado o contrario.
> > Como puedo hacer esto en Postgres
>
> SELECT tablename FROM pg_tables WHERE tablename NOT LIKE 'pg_%';
>
> Espero que te sirva :)
>
> > _______________________________________________
> > Pgsql-ayuda mailing list
> > Pgsql-ayuda@tlali.iztacala.unam.mx
> > http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda
>
>
> --
>
> ________________________________________________________
> One ping to rule them all, one ping to find them,
> one ping to bring them all and in the darkness bind them.
> (Lord of the windows)
>
>
>
============================================================================
> This e-mail message and any attached files are intended SOLELY for the
addressee/s identified herein. It may contain CONFIDENTIAL and/or LEGALLY
PRIVILEGED  information and may not necessarily represent the opinion of
this company. If you receive this message in ERROR, please immediately
notify the sender and DELETE it since you ARE NOT AUTHORIZED  to use,
disclose, distribute, print or copy all or part of the contained
information. Thank you.
>
============================================================================
> _______________________________________________
> Pgsql-ayuda mailing list
> Pgsql-ayuda@tlali.iztacala.unam.mx
> http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda
>