Gender

Positions

Date of Birth

18 Apr 2024

Height

Place of Birth

Weight

Country of Birth

Published since

not yet published

Nationality


Last login

18 Apr 2024, 10:26 CEST

Statistics


sql error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
SELECT pp.owner_id, pp.id,
					concat( p.first_name, ' ', p.last_name ) as player_name
				FROM player_profiles pp
				inner join persons p on p.id = pp.person_id
				WHERE pp.id =