Re: [KCFusion] Numeric Check in PL/SQL

2002-09-03 Thread Solution Hatch
LIKE Any single character within the specified range ([a-f]) or set ([abcdef]). WHERE foo LIKE '[abcdefghijklf]' Determines whether or not a given character string matches a specified pattern. A pattern can include regular characters and wildcard characters. During pattern matching, regular

RE: [KCFusion] Numeric Check in PL/SQL

2002-09-03 Thread Smith, Jim
IF; END; END; -Original Message- From: Misty Woodward [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 1:07 PM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] Numeric Check in PL/SQL This doesnt work in a block of code. Here is what I am going for, FN_ISNUMERIC