Re: consulta.

From: Francisco Olarte <folarte(at)peoplecall(dot)com>
To: Juan <smalltalker(dot)marcelo(at)gmail(dot)com>
Cc: Gonzalo V <gvm2121(at)gmail(dot)com>, Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: consulta.
Date: 2017-12-07 10:18:10
Message-ID: CA+bJJbx2Kg8Z8p3Uv4vqnqHZaFXwB1vyLtEnJZZB6=KWYHQ+=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Juan:

2017-12-07 3:02 GMT+01:00 Juan <smalltalker(dot)marcelo(at)gmail(dot)com>:
> Like usa expresiones regulares dentro del srring, podrías usar 'abc%' y te
> traería todo lo que comienza con abc ignorando como sigue , o sea abcPepe
> abc123 abcxxxx

Like no usa expresiones regulares, mas bien usa comodines o patrones (
patterns las llama la doc, cosas como el ? y * de los shell, solo que
usa _ y % )

SIMILAR TO use expresiones regulares del standard SQL, y los
operadores de la familia ~ usan expresiones regulares POSIX. Echadle
un ojo a
https://www.postgresql.org/docs/10/static/functions-matching.html si
entendeis ingles.

Francisco Olarte.

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message ElMalkriao 2017-12-07 17:01:24 Hola
Previous Message Francisco Olarte 2017-12-07 10:14:14 Re: consulta.