天天看點

how to create a blank procedure.

create or replace procedure EXPORT_ROUTE(routeId in number(19)) is

begin

  null;

end EXPORT_ROUTE;