function IsNumber(val1 varchar2) return varchar2 is n number; begin n:=val1; return 'T'; exception when others then return 'F'; end;
Nessun commento:
Posta un commento