标签: java sql plsql
我要求按用户从UI设置的条件具有不同的顺序。例如它可以是
order by a asc, b desc, c asc
或
order by b asc, a desc, c desc
它可以是我将从UI制作的任何组合。我如何通过java中的sql传递此顺序。