warzone2100/data/stats-sql/queries/PI.sql

4 lines
71 B
SQL

SELECT DISTINCTROW Player.[Player ID],
Player.Name
FROM Player;