Why must TRIM be declared??
424508Jul 16 2004 — edited Jul 19 2004I just want to user TRIM in the where clause and get an error:
SELECT TRIM(USER_ID)
INTO :USER_ID
FROM BENUTZER
WHERE UPPER(:USER_ID) = TRIM(USER_ID);
I get this error:
"Identifier 'TRIM' must be declared"