feat: refs #7709 añadir alias
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-09-09 08:16:04 +02:00
parent da00e368d1
commit 55fe9f2f86
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ BEGIN
SUM(`out`),
NULL,
AVG(buyingValue)
FROM supplierPackaging
FROM supplierPackaging sp
JOIN supplier s ON s.id = sp.supplierFk
WHERE s.nif = vNif
AND landed < vFromDated