Answer the question
In order to leave comments, you need to log in
How to get unique values from MySQL DB?
There is such a table in the database:
And a table that displays the result:
refsumma
=> To output
Answer the question
In order to leave comments, you need to log in
Based on the "tips" something like this:
$result_table = "SELECT DISTINCT `games`, `refsumma`, `nickname`,`id`
FROM `dlepisode1`
WHERE `approved` IS NULL
ORDER BY `refsumma`
DESC" ;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question