This may be a stupid question, but what is the easiest way to sort a mysql
resultset?
For example I have a resulset containing a colomn 'product_name_e nglish' and
'product_name_f rench' and want to sort the result on one of these colums
based on a language parameter.
I know how to do this in a query ("ORDER BY") but how can I do this after
the query has been executed?
..soma
resultset?
For example I have a resulset containing a colomn 'product_name_e nglish' and
'product_name_f rench' and want to sort the result on one of these colums
based on a language parameter.
I know how to do this in a query ("ORDER BY") but how can I do this after
the query has been executed?
..soma
Comment