Hi guys, this is my SQL table, and i want to make an ranking for it, but idk what to do, can anyone help me with this ?
CREATE TABLE IF NOT EXISTS `event_rank` (
`id` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`name` VARCHAR(30) NOT NULL DEFAULT '',
`event_points` INT(11) UNSIGNED NOT NULL...