SELECT `user_id`,COUNT(`id`) AS `count` FROM `votes` GROUP BY `user_id` ORDER BY `count` DESC LIMIT 0,1