Recent content by RoGGeR

  1. R

    Execute WITH Clause Statement with PL/SQL Developer

    Hi Guys, I am trying to use the Oracle WITH Clause, but I have problem executing this simple statement: WITH stmnt AS (SELECT dummy FROM dual) SELECT dummy FROM stmnt; returns no rows ... If I execute this statement in an anonymous block or sqlplus everything is Ok. I am using PL/SQL...
Back
Top