Advertisement
FernandoMendes

Untitled

Dec 8th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.13 KB | None | 0 0
  1. DECLARE
  2.   res NUMBER;
  3. BEGIN
  4.   res := FUNC_VALOR_MATRICULA('AAAAAH',2017,02);
  5. DBMS_OUTPUT.put_line('O valor é : ' || res);
  6.  
  7. END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement