You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you point me to the documentation that describes the syntax of these variables in PL/SQL? I haven't been able to find this info by myself. The best I've managed to find is this page but it doesn't describe the syntax, only the usage.
Nonquoted identifiers can only contain alphanumeric characters from your database character set and the underscore (_), dollar sign ($), and pound sign (#). Database links can also contain periods (.) and "at" signs (@).
Describe the bug
Use variable with the characters
$
or#
a in the name. Example:Expected behavior
Pass
Actual behavior
Parse error: Unexpected "$# from du" at line 1 column 12. SQL dialect used: "plsql".
Usage
The text was updated successfully, but these errors were encountered: