feat: #7013 sin tabular
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javi Gallego 2024-03-26 12:12:27 +01:00
parent 04117d2c27
commit 587dd8f4d9
1 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
DELIMITER $$ DELIMITER $$
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`creditInsurance_getRisk`() CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`creditInsurance_getRisk`()
BEGIN BEGIN
/** /**
* Devuelve el riesgo de los clientes que estan asegurados * Devuelve el riesgo de los clientes que estan asegurados
* */
*/
CREATE OR REPLACE TEMPORARY TABLE tmp.client_list CREATE OR REPLACE TEMPORARY TABLE tmp.client_list
(PRIMARY KEY (Id_Cliente)) (PRIMARY KEY (Id_Cliente))
ENGINE = MEMORY ENGINE = MEMORY