2010/5/12 José Carlos Messias <zehkar...@gmail.com>:
> ou ainda
>
> postgres=# select length(regexp_replace('222.123.333.5','[0-9]','','g'));
>  length
> --------
>      3
> (1 row)
>

Na hipótese de poderem existir outros caracteres que não algarismos e
ponto, por ex. +, -, , etc:
SELECT length(regexp_replace('+4343.5656.86.213,01','[^.]','','g'));

Osvaldo
_______________________________________________
pgbr-geral mailing list
pgbr-geral@listas.postgresql.org.br
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a