Re: pl/sql function

From: Erich Bauer <erich.bauer_at_vr-web.de>
Date: Wed, 11 Aug 1999 11:24:13 +0200
Message-ID: <37B1413D.549CAF33_at_vr-web.de>


Hi,

[Quoted] you can just try to convert the string to an integer like

begin
your_numer := to_number ( your_string ); string_is_number := true;
exception
  when value_error then

        string_is_number := false;
end;

DooHee Kim~ schrieb:

> Is there a function to check if a given string is iteger or not?
Received on Wed Aug 11 1999 - 11:24:13 CEST

Original text of this message