feat: refs #5855 drop temporary table #2040

Merged
robert merged 21 commits from 5855-temporaryTable into dev 2024-07-02 11:12:30 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 9022f62116 - Show all commits

View File

@ -30,6 +30,6 @@ BEGIN
JOIN tmp.saleList s ON s.saleFk = sc.saleFk
JOIN tNewSaleList ns ON ns.orden = s.orden;
DROP TEMPORARY TABLE IF EXISTS tNewSaleList;
DROP TEMPORARY TABLE tNewSaleList;
robert marked this conversation as resolved Outdated

IF EXISTS

IF EXISTS
END$$
DELIMITER ;

View File

@ -60,6 +60,6 @@ BEGIN
AND p.sectorFk = vSectorFk
ORDER BY p.pickingOrder;
DROP TEMPORARY TABLE IF EXISTS tmp.stockMisfit;
DROP TEMPORARY TABLE tmp.stockMisfit;
robert marked this conversation as resolved Outdated

IF EXISTS

IF EXISTS
END$$
DELIMITER ;

View File

@ -66,7 +66,7 @@ BEGIN
CALL util.throw ('NOT_ZONE_WITH_THIS_PARAMETERS');
END IF;
DROP TEMPORARY TABLE IF EXISTS tmp.zoneGetShipped;
DROP TEMPORARY TABLE tmp.zoneGetShipped;
robert marked this conversation as resolved Outdated

IF EXISTS

IF EXISTS
END IF;
INSERT INTO ticket (