PeopleSoft SQL Query to find alphabets and numbers in Field

SELECT * FROM TABLENAME WHERE regexp_like (FIELDTOBECHECKED,'^[A-Za-z0-9]+$')