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