Recent content by Craig Smith

  1. C

    & vs. && in Oracle

    Great, thanks!
  2. C

    & vs. && in Oracle

    I believe the standard is that a single & designates a substitution variable that prompts each time it is encountered. A double && prompts once and uses the same value for all occurrences. Why does PL/SQL Developer treat a single & as a double and not handle the &&? I have to modify my...
Back
Top