Description Usage Details Value Note Author(s) References Examples
Returns a regular expression to validate unquoted SQL identifiers.
1 |
Valid SQL identifiers must begin with an alphabetic character followed by
alphanumeric characters or underscores "_
".
Character string with regular expression.
The current implementation doesn't allow any other special characters in SQL identfiers or quoted SQL identifiers for safety reasons. In future releases, valid SQL identifiers might be defined depending on the target database system.
Uwe Block
ORACLE Database SQL Language Reference.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.