The following query works with mysql 3.23:
        SELECT * FROM answer ORDER BY concat( n_sort, "-", id_answer )
It does not with mysql 3.22.27. Neither does any query with a function call 
in the order by clause. Is this documented somewhere? Am I missing something? 
Is there a workaround other than upgrading to 3.23?


---------------------------------------------------------------------
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