1.5.5 export does not work for following query
643245Jul 19 2009 — edited Aug 2 2009After installing the latest version, 1.5.5 build MAIN-5969, I found that the following query results cannot be exported. After executing the SQL, I right click on the results.
Export Data > CSV
The menu disappears and I'm back to the results with nothing exported or no export options.
select
(select user_id * 1
from all_users
where user_id = u.user_id ) * 1 num
from all_users u
;
I'm running SQL Developer on Windows XP SP3.
ON a 9.2.0.8 (Enterprise Edition, 64bit) database running on a HP-UX server.