prathima rao wrote:

i have a table slno and percentage
slno contains 1 to 15 when i say order by slno it always comes
1,10,11,12,13,14,15,2

i want it in the form 1,2,3,4,5,6,7,8,9,10,11

can u help
rao
----- Original Message ----- From: "Gleb Paharenko" <[EMAIL PROTECTED]>
To: <mysql@lists.mysql.com>
Sent: 04/10/2005 2:19 PM
Subject: Re: [Fwd: MySQL in C - I need help!]
is this fields datatype varchar?
does it have to be a text field?

change the datatype  to int , double etc.  depending on your needs

--
Arno Coetzee
Developer
Flash Media Group
Office : 2712 342 7595
Mobile : 2782 693 6180


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to