Dear All,
I need your help for the below scenario.
I need to output the result set based on union of two sql statemts. Can someone please let m know how to approach this in xsjs.
op4 = conn.executeQuery(select * (( select Select Name,rank from table3) union (select Select Name,rank from table3))order by rank desc;
Regards,
Kavana