Hi,
I am trying to fire a query from SQL Servlet using WITH Clause
WITH sg as
(select * from shipment)
select count(*) from sg
It is showing
Confirmation
The result of the operation is 1.
But it is not showing the result of the query.
I have tried to use spreadsheet output option but getting same results.
Please inform how can I see the output.
Thanks in advnace.
Dev
tredev@gmail.com