4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
SELECT DISTINCT lane_id
|
|
FROM pe_history
|
|
WHERE lane_id LIKE "CH%"
|
|
ORDER BY lane_id; |