Determine if a string is digit

From: Josué Maldonado <josue(at)lamundial(dot)hn>
To: pgsql-general(at)postgresql(dot)org
Subject: Determine if a string is digit
Date: 2003-11-13 21:57:42
Message-ID: 3FB3FE56.8090205@lamundial.hn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello list,

That's my question, I can't figure out a way to know if a given string
is digit, soemthing like this:

ISDIGIT("ARWA") = False
ISDIGIT("5334") = True

If anyone know a way to get that done, I'll appreciate the help.

--
Josué Maldonado.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Manuel Sugawara 2003-11-13 22:10:56 Re: Determine if a string is digit
Previous Message Christopher Browne 2003-11-13 21:56:33 Re: embedded postgresql