For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello how can i run the SQL query add_months(trunc(sysdate,'MM'),1) in XSLT? I tried
However this does not work
<xsl:value-of select="oraext:query-database("add_months(trunc(sysdate,'MM'),1)",false(),false(),"jdbc/EBO_Datasource")"/>