MySQL Error!
MySQL error in file: /engine/modules/rgdev/team/showAction.php at line 133
Error Number: 1064
The Error returned was:
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ORDER by win DESC, point DESC, win DESC, sort_part DESC, sort_ball DESC' at line 1
SQL query:

SELECT *, win_part-lose_part as sort_part, win_ball-lose_ball as sort_ball, point - tp as point FROM sfw_tourney_table WHERE tourney_id = '' and league_id = '' and lap = ORDER by win DESC, point DESC, win DESC, sort_part DESC, sort_ball DESC