Exporting collections

Posted by Ruslan on Stack Overflow See other posts from Stack Overflow or by Ruslan
Published on 2010-04-29T12:54:05Z Indexed on 2010/04/29 12:57 UTC
Read the original article Hit count: 204

Filed under:
|
|

Hi, have select like

select trn_dt,collect(ac_no) from transactions where rownum < 1000

group by trn_dt

i'm doing it in SQL Navigator. But i can't export results! Table collect(ac_no) is not exported. Is there any way out?

© Stack Overflow or respective owner

Related posts about sql

Related posts about plsql