M
M
Mark Eshkilev2021-06-19 14:59:23
MySQL
Mark Eshkilev, 2021-06-19 14:59:23

How to modify mysql query?

Hello, please help to finalize the request in the muscle,

SELECT *  
FROM `groups`, `players` 
LEFT JOIN `user_info_cache` ON `user_info_cache`.`steamid`=`players`.`SID` 
WHERE `players`.`group`=`groups`.`txtid` 
ORDER BY `groups`.`id` ASC, `user_info_cache`.`nickname` ASC

I need to make it so that the sorting is only from the violations table by the number of records of each SID, please help

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question