document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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. $
');