Home > database >  PLSQL 11
PLSQL 11

Time:09-25


In a command window dialog input commands or statements point execution in the dialog without any results;

In the command window of the edit box input commands or statements executed in dialog can get results;

Where is the problem that how to deal with, rookie first thank you ~!

CodePudding user response:

The figure below, check the dept table, this has result,


An emp is no data,

CodePudding user response:

Written statements, add branch semicolons, direct hit enter,

Don't use F8, the executive in PLSQL CMD mode doesn't work,

CodePudding user response:

The EMP table, from the point of view on your screenshot data

CodePudding user response:

Thank you, really like jdsnhan said, F8 doesn't work, with a carriage return is OK, thank you ~!

CodePudding user response:

 
Select * from Scott. Dept;
Your query table may not under your user, under the table in the Scott user, you can show it under Scott query query
Select * from Scott. Emp;
  • Related