Am Sonntag, 16. Februar 2003 21:15 schrieb Paul DuBois:
> At 20:43 +0100 2/16/03, sascha mantscheff wrote:
> >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
>
At 20:43 +0100 2/16/03, sascha mantscheff wrote:
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