isi_rajah19
New member
- Joined
- Jul 27, 2012
- Messages
- 1
- Programming Experience
- 1-3
[FONT=Verdana, Arial, Helvetica][FONT=Verdana, Arial, Helvetica]Hi i am currently doing a project in which the database needs to sort the lot numbers
prefix(preffix.text)
lotnum (lotnumber.text)
suffix (Suffix.text)
if i do a normal sort i get
a1a
1a
1
2
100
then prefix to the order by
and get this result
1
a1a
1a
2
100
i have added the suffix as well and returns the same result
i need to order it as follows
1
1a
2
100
a1a
Please could someone help me on this[/FONT][/FONT]
prefix(preffix.text)
lotnum (lotnumber.text)
suffix (Suffix.text)
if i do a normal sort i get
a1a
1a
1
2
100
then prefix to the order by
and get this result
1
a1a
1a
2
100
i have added the suffix as well and returns the same result
i need to order it as follows
1
1a
2
100
a1a
Please could someone help me on this[/FONT][/FONT]