我想创建一个空程序。但它不起作用:
create or replace procedure myproc () as
begin
select * from table
end;
我收到错误:
1/19 PLS-00103: Encountered the symbol ")" when expecting one of the following: <an identifier> <a double-quoted delimited-identifier> current delete exists prior
4/1 PLS-00103: Encountered the symbol "END" when expecting one of the following: (
编写一个非常空的程序,它将停止诅咒:
接下来,改变它。更改过程时,您应该使用文档中的语法图以及其他可靠来源。
不要依赖感觉:“有点像这样”,结果将是预先确定的,就像现在问题中的 4 行 4 语法错误。