There are buttons on the main page that process the same query, but with a different search term.
(select id, name from table where yx=1; select id, name from table where yx=2...)
The results of the query are processed and displayed on a separate page. Tell me how can the resulting list be sorted?
ORDER BY
- zb '