master #2753

Merged
sergiodt merged 2 commits from master into test 2024-07-18 05:05:03 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ proc: BEGIN
DECLARE vSectorFk INT;
DECLARE vSales CURSOR FOR
SELECT DISTINCT saleFk FROM tSale;
SELECT DISTINCT saleFk, sectorFk FROM tSale;
DECLARE CONTINUE HANDLER FOR NOT FOUND
SET vDone = TRUE;