This commit is contained in:
Robert Ferrús 2024-06-20 14:03:31 +02:00
parent 852785b4c1
commit 8fc231da2f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
WITH tickets AS( WITH tickets AS(
SELECT id, packages, addressFk, weight SELECT id, packages, addressFk, weight
FROM ticket FROM ticket
WHERE refFk='E12400228' WHERE refFk= ?
) , weight AS( ) , weight AS(
SELECT weight SELECT weight
FROM tickets FROM tickets