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 1 additions and 1 deletions
Showing only changes of commit 04117d2c27 - Show all commits

View File

@ -34,7 +34,7 @@ BEGIN
LEFT JOIN tmp.risk r ON r.Id_Cliente = ci.Id_Cliente
JOIN client c ON c.id = ci.Id_Cliente
JOIN bs.clientAnnualConsumption cac ON c.id = cac.clientFk
JOIN vn.country c2 ON c2.id = c.countryFk
JOIN country c2 ON c2.id = c.countryFk
jgallego marked this conversation as resolved Outdated

vn. no es necesario

vn. no es necesario
GROUP BY c.id;
DROP TEMPORARY TABLE IF EXISTS tmp.risk;