2025-08-11 19:20:00 +04:00

4 lines
85 B
SQL

SELECT DISTINCT lane_id
FROM pe_history
WHERE lane_id LIKE "RS%4CH"
ORDER BY lane_id;