hi guys
i want to use the order by catid... but i need to use it on the 2 letter of the catid field this is not working for me: order by mid(catid, 2,3)
what can be the answer?
hi guys
i want to use the order by catid... but i need to use it on the 2 letter of the catid field this is not working for me: order by mid(catid, 2,3)
what can be the answer?
Try to add a new column corresponding to mid(catid, 2, 3) and order by that column