From 6596deb6afdf9744ddb6e16ba61f6b3d03dd23d7 Mon Sep 17 00:00:00 2001 From: OlehKulysh Date: Mon, 4 Jun 2018 15:13:07 +0300 Subject: [PATCH] Update laboratory5.sql --- km61/Kulish_Oleh/laboratory5.sql | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/km61/Kulish_Oleh/laboratory5.sql b/km61/Kulish_Oleh/laboratory5.sql index 2b5a7bef..4fcc0135 100644 --- a/km61/Kulish_Oleh/laboratory5.sql +++ b/km61/Kulish_Oleh/laboratory5.sql @@ -1,2 +1,21 @@ -- LABORATORY WORK 5 -- BY Kulish_Oleh +create or replace function foo id1 + return int, string + is + + declare + begin + end + return select cust_id, cust_name from customers + where customers.cust_id = id1s; + + + + +create or replace procedure foo1 nume_cust + is + declare + begin + select + end