T201704211016

This commit is contained in:
Leander
2017-04-21 10:16:07 +02:00
parent 2d9df1ec29
commit 721e3b398a

View File

@@ -29,7 +29,7 @@ if($cid == -1) {
WHERE h."Categories_ID" = $1
ORDER BY COALESCE(h."score", -1) DESC
LIMIT $2 OFFSET $3', array($cid, $limit, $offset))['data'];*/
$overview = $db->query('SELECT u."name", h.score
$overview = $db->query('SELECT u."name", h."score"
FROM "Users" u LEFT OUTER JOIN
(SELECT "Users_ID", "score"
FROM "Highscores"