MySQL Forums
Forum List  »  Spanish

Re: Llamada de un procedimiento almacenado
Posted by: jesus manuel
Date: October 16, 2006 04:41AM

Buenos días, William

El script generado es el siguiente:

CREATE PROCEDURE `spCargarFacturaCliente`(IN codigo INT)
select *
from `empresa`.`FacturaCliente` fc, cliente c
where fc.idclientef = c.idcliente and fc.idfactura = codigo

Gracias por tu respuesta.

Un saludo.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Llamada de un procedimiento almacenado
3377
October 16, 2006 04:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.