Hi
I have the following query
select SUBSTRING_INDEX(m.FileName, '/', -1) as ShortFileName from modifications m order by ShortFileName ASC;
The output of the query is
+------------------------+
| ShortFileName |
+------------------------+
| CTKAction.java |
| CTKView.java...