List<String> listsql=new ArrayList<>(); listsql.add("select round((1-busy.value/tol.value)*100,2) from (select sum(count) value from v$waitstat where class in ('data ...
String sql=" select * from easybuy_product p left outer join easybuy_product_category c"+ "on p.epc_id=c.epc_id where p.epc_id=(select epc_id from EASYBUY_PRODUCT ...