BNA8/.resources/8df077407e5333e1bd70e10b0e561d01b43246d513cfaa5843443a9c22742da7
2025-08-18 15:23:02 +04:00

8 lines
217 B
Plaintext

SELECT DISTINCT destination_act AS lane
FROM package_history
WHERE destination_act IS NOT NULL
UNION
SELECT DISTINCT lane_id AS lane
FROM pe_history
WHERE lane_id LIKE "CH%" OR lane_id LIKE "RS%1CH"
ORDER BY lane ASC;