Recent content by Stella

  1. S

    Oracle WITH Statement not working

    Thanks Marco for your prompt response. I'm actually using 10.2. I've came across a similar post on the Web saying it may be an Oracle Home issue. Does this ring true to you? Thanks Stella
  2. S

    Oracle WITH Statement not working

    Hi The Oracle WITH statement returns nothing in PL/SQL Developer eg WITH dual_rec AS (SELECT COUNT(*) FROM dual) SELECT * FROM dual_rec Has anyone any ideas what may be causing this? Thanks v. much Stella
Back
Top