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

4 lines
77 B
SQL

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