Re: Preguntas

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Miguel Angel <mvillagomez(at)sayab(dot)com(dot)mx>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Preguntas
Date: 2006-04-20 18:46:47
Message-ID: 20060420184647.GB4462@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Miguel Angel escribió:
>
> Hay alguna forma de saber si un campo de tipo varchar almacena minúsculas en
> alguno de sus caracteres o en su defecto en la totalidad del campo?
> Ejemplo:
>
> NOMBRE
> ----------
> Miguel
> angel
> MIGUEL
> ANGEL

Una expresion regular? Imagino que

WHERE nombre ~ '[[:lower:]]'

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

  • Preguntas at 2006-04-20 18:22:03 from Miguel Angel

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Martin Marques 2006-04-20 18:57:33 Re: Preguntas
Previous Message Alvaro Herrera 2006-04-20 18:39:30 Re: Pregunta