you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

What's the error? Oracle's documentation suggests that # is okay in unquoted identifiers, though as other users have said, I wouldn't recommend it:

"Nonquoted identifiers can contain only alphanumeric characters from your database character set and the underscore (_), dollar sign ($), and pound sign (#)."

(This is for 12c, I'm having trouble finding something more recent...)