How to send multiple queries in single execute statement for example simplified version of my query is (which i am trying to execute using jaydebeapi )
Create temp table tempTable as select * from table1 where x=y;
select * from tempTable ;
UPDATE : I am using Netezza JDBC