Advertisement
ferseg

etructura_de_funcion

Oct 8th, 2015
2,978
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.17 KB | None | 0 0
  1. DELIMITER $
  2.    
  3.     CREATE FUNCTION nombre_funcion (Parametro1, Parametro2, ...)
  4.     RETURNS tipo_dato
  5.    
  6.     BEGIN
  7.    
  8.         <Bloque de Intrucciones>
  9.    
  10.     END
  11. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement