Ver Mensaje Individual
  #8 (permalink)  
Antiguo 22/10/2009, 09:57
Avatar de huesos52
huesos52
Colaborador
 
Fecha de Ingreso: febrero-2009
Ubicación: Manizales - Colombia
Mensajes: 5.980
Antigüedad: 15 años, 3 meses
Puntos: 360
Respuesta: llamar Store procedure

sorry... faltó el begin

Código sql:
Ver original
  1. DELIMITER $$
  2. CREATE DEFINER=`root`@`localhost` PROCEDURE `p1`()
  3. BEGIN
  4. SELECT * FROM tblgrado;
  5. END
  6. $$
  7. delimiter ;
__________________
Without data, You are another person with an opinion.
W. Edwads Deming