Problem with execute procedure in PL/SQL Developer

前端 未结 2 862
甜味超标
甜味超标 2020-12-20 12:54

I this is my first attempt to create procedure and execute it. First I create simple table. DB scheme of table is here:

Table name: Ziaci

Columns:

2条回答
  •  时光说笑
    2020-12-20 13:03

    I think you're writing command in "SQL Window". You should use "Command Window" to succesfully execute this line:

    execute ziaci_proc('X','Y',1);
    

提交回复
热议问题