My record id gives something like :
I can write query as
SELECT memberid
FROM newmember_tbl
ORDER BY memberid
Output:
1. TNSFIT0002
2. TNSFIT0003
3. TNSFIT001
4. TNSFIT0010
5. TNSFIT00103
6. TNSFIT00104
in this TNSFIT00 is fixed. the remaining is string is i want to sorting in asceding.
I want to sort the following data items in the order they are presented below
1. TNSFIT001
2. TNSFIT0002
3. TNSFIT0003
4. TNSFIT0010
5. TNSFIT00103
6. TNSFIT00104