Your query:
SELECT
u.id,
u.nickname,
u.urlname,
u.firstname,
u.lastname,
u.origin,
u.country,
u.avatar,
u.gender,
u.settings
FROM users u
WHERE u.id =
returned the following 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 13