I am trying to join three tables using the following query:
$query_SCORES = "SELECT
MAX(_hsSCORES.Totalscore) as Awin,
date_format(_hsSCORES.Date, '%d.%m.%Y') as SDate,
_hsSCORES.Featurewin,
_hsSCORES.Gameversion,
_hsUSERS.Nickname,
_hsUSERS.Country...