Let's see my problem: it happens when I try to sort my database by MediaLabel variable.
here's the screenshot:

The numbers are not ordered as you can see: 10 must be after 9 and not just after 1, the same for 100...it should be after 99 but it's just after 10.
If I try to export the database I obtain the same type of sorting.
I need it to be 1-2-3.....9-10-11.....99-100-101.... and not 1-10-100-101...and so on.
what's wrong?