Posts by Leo • 1 point
1 post
-
0
votes0
answers65
viewsQ: How to create Procedure in PL/SQL, Passing CPF as Paramento and returns 1 if it is the birthday date of the CPF informed and 0 if it is not
How I created this project in PL/SQL? i created in SQL SERVER, is working however, I need to create also in PL/SQL. CREATE PROCEDURE [dbo].[SP_DataAniversario] ( @CPF VARCHAR(20) ) AS SELECT * FROM…