multiple sql queries for a datasource
Posted: Mon Mar 25, 2013 6:36 am
Hello!
I would like to ask: it is possible to invoke multiple sql queries for the datasource?
I mean something like this in the query editor:
I use an Oracle 11.2.0 database. Thank you for the answer.
Jozef
I would like to ask: it is possible to invoke multiple sql queries for the datasource?
I mean something like this in the query editor:
Code: Select all
ALTER SESSION SET nls_sort='slovak_ai';
ALTER SESSION SET nls_comp = 'linguistic';
select * from table(reports_pkg.rp_ar_05_body('SK', to_date('01/03/2013','dd/mm/yyyy'), to_date('15/03/2013','dd/mm/yyyy'), to_date('01/03/2013','dd/mm/yyyy'), to_date('15/03/2013','dd/mm/yyyy'), null, null, null, null));
Jozef