Re: [Pgsql-ayuda] Select diferente

From: "Edwin Quijada" <listas_quijada(at)hotmail(dot)com>
To: "Oscar Estevez Lopez" <oestevez(at)prisacom(dot)com>
Cc: "Pgsql" <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
Subject: Re: [Pgsql-ayuda] Select diferente
Date: 2003-08-12 18:30:04
Message-ID: BAY1-DAV18HvNuSNGDQ0002c4ee@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

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

----- Original Message -----
From: "Oscar Estevez Lopez" <oestevez(at)prisacom(dot)com>
To: <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)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(at)hotmail(dot)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(at)tlali(dot)iztacala(dot)unam(dot)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(at)tlali(dot)iztacala(dot)unam(dot)mx
> http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda
>

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera Munoz 2003-08-12 20:16:09 Re: [Pgsql-ayuda] return new, return old, trigger
Previous Message Mauro Morales 2003-08-12 17:33:53 Re: [Pgsql-ayuda] Select diferente