Recent content by Philip

  1. P

    QUOTE a PL/SQL String (q'# #' )

    Hi! Long living thread :) There are issues with these q-strings. There're generally two of them: - only different kinds of brackets are accepted, while Oracle specification allows any symbol to be used, like q'# #' in the subject. - brackets are not checked to match each other: you can start...
Back
Top