Find a Player or Clan
ERROR |
Database Error Error Diagnostic: Bad query. Server Error: (1267) Illegal mix of collations (utf8mb4_0900_as_cs,IMPLICIT) and (utf8mb3_general_ci,COERCIBLE) for operation 'like' Last SQL Query: SELECT hlstats_PlayerNames.playerId AS player_id, hlstats_PlayerNames.name, hlstats_Players.flag, hlstats_Players.country, hlstats_Games.name AS gamename FROM hlstats_PlayerNames LEFT JOIN hlstats_Players ON hlstats_Players.playerId = hlstats_PlayerNames.playerId LEFT JOIN hlstats_Games ON hlstats_Games.code = hlstats_Players.game WHERE hlstats_Games.hidden = '0' AND hlstats_PlayerNames.name LIKE '%π©πΌπ₯π§π²π«%' ORDER BY name asc, player_id asc LIMIT 0, 50 |