Hi,

I'm trying to do a select in a table an want to get the result ordered by a
column 8col2) of type FLOAT.
select col1,col2 from table where col1='vvv' ORDER BY col2;
It does not work.
Is this supposed to work and if so how should I do it.

/Pelle


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to