Hi All
I'm using phpmyadmin
When I start up phpmyadmin it list my
table fields like
v_255_1
v_255_2
v_255_10
v_255_3
v_255_15
v_255_4
What I want is to sort it so it list them like
v_255_1
v_255_2
v_255_3
v_255_4
v_255_10
v_255_15
How can I do this please
Regards
John