How to convert an input parameter to UPPER
504552Feb 15 2011 — edited Feb 15 2011Hello, i have a SQL script that accepts an input from the user for a name and I need to force it to be in upper case. For example:
ACCEPT esUsr CHAR PROMPT 'Input Desired User to Create: ';
I need &&esUsr converted to upper case.