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

4 lines
82 B
SQL

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