7013-solunionRiskRequest #2190

Merged
jgallego merged 8 commits from 7013-solunionRiskRequest into dev 2024-03-28 08:01:29 +00:00
1 changed files with 5 additions and 2 deletions
Showing only changes of commit 8d258254d0 - Show all commits

View File

@ -1,7 +1,10 @@
DELIMITER $$
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`solunionRiskRequest`()
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`creditInsurance_getRisk`()
BEGIN
/**
jgallego marked this conversation as resolved Outdated

Comentarios sin tabular

Comentarios sin tabular

fet

fet
* Devuelve el riesgo de los clientes que estan asegurados
jgallego marked this conversation as resolved Outdated

Falta un espacio al principio de comentario

Falta un espacio al principio de comentario
*
*/
CREATE OR REPLACE TEMPORARY TABLE tmp.client_list
(PRIMARY KEY (Id_Cliente))
ENGINE = MEMORY