Merge pull request 'master' (!2753) from master into test
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2753
Reviewed-by: Robert Ferrús <robert@verdnatura.es>
This commit is contained in:
Sergio De la torre 2024-07-18 05:05:01 +00:00
commit fa07d03b8c
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;