feat: refs #6500 procRefactor8 #2131

Merged
robert merged 28 commits from 6500-procRefactor8 into dev 2024-04-17 11:32:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2d18f01a15 - Show all commits

View File

@ -39,7 +39,7 @@ BEGIN
WHERE credit > 0;
UPDATE client c
JOIN tCreditClients cc ON cc.clientFk = c.clientFk
JOIN tCreditClients cc ON cc.clientFk = c.id
robert marked this conversation as resolved Outdated

tabulación JOIN y SET

tabulación JOIN y SET
SET c.credit = newCredit;
DROP TEMPORARY TABLE tCreditClients;