hi i have the following table (battles) :
+-----------+------------------------------------------+
| id | battles |
+-----------+------------------------------------------+
| 1 | 1;2 |
| 2 | 231;2 |
| 3 | 3330;0 |
| 4 | 11;333 |
| 5 | 32;3324 |
| 7 | 2;1 |
| 8 | 333:233 |
+-----------+------------------------------------------+
The table contains the win and loss of each player (win;lose)
how can i select the biggest win (3330;0)