Text literals
Description
[ {N | n} ]
{ '[ c ]...'
| { Q | q } 'quote_delimiter c [ c ]... quote_delimiter'
}Sample Source Patterns
Empty string ('')
Oracle
SELECT UPPER('') FROM DUAL;UPPER('')|
---------+
|SELECT UPPER(NULL) FROM DUAL;UPPER(NULL)|
-----------+
|Empty string in stored procedures
Oracle
Empty string in built-in functions
Oracle
Known Issues
Related EWIs
Last updated
Was this helpful?