array(4) {
["msg"]=>
string(228) "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(
ORDER BY `balance` DESC
) `moneyrank`
, `posts` as `posts`
FRO' at line 6"
["time"]=>
int(1695848159)
["page"]=>
string(10) "moneystats"
["query"]=>
string(283) "
SELECT
*,
`u`.`id` as `id`,
`u`.`username` as `username`,
`u`.`balance` as `balance`,
RANK() OVER (
ORDER BY `balance` DESC
) `moneyrank`
, `posts` as `posts`
FROM
`rg_money` as `u`
ORDER BY `moneyrank` asc
LIMIT 0, 30
"
}