2 lines
43 B
MySQL
2 lines
43 B
MySQL
|
SELECT DISTINCT salesman_id
|
||
|
FROM orders;
|