feat: refs #195937
This commit is contained in:
parent
852785b4c1
commit
8fc231da2f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue