I have that query
And i want to change the script that it shows the highest skill (f.e sword) in the guild returns name and Skill level
(Modern AAC) Script
PHP:
$allM4 = $connection->query ('SELECT `name` FROM `players` WHERE `rank_id` IN (SELECT `id` FROM `guild_ranks` WHERE `guild_id` = '.$guild_id.') ORDER BY `level` DESC LIMIT 1')->fetch();
And i want to change the script that it shows the highest skill (f.e sword) in the guild returns name and Skill level
(Modern AAC) Script