sql >> Databasteknik >  >> RDS >> Oracle

Skapa mer än en procedur i en SQL-fil?

Lägg till /

create or replace procedure pro1 as 
begin
   null;
end pro1;
/

create or replace procedure pro2 as 
begin
   null;
end pro2;
/

create or replace procedure pro3 as 
begin
   null;
end pro3;
/



  1. Använder union och order by-klausul i mysql

  2. Polymorfism i SQL-databastabeller?

  3. MySQL Skapa tabell som SELECT

  4. Konfigurera Grails 3.1.0 med MySQL