When selecting from tables that contain TABLE / VARRAY types, the SQL Worksheet's output simply displays a toString() version of oracle.sql.ARRAY.
It would be nice if those arrays could be displayed somehow, e.g.
In tables shortened with Ellipsis ... : [1, 2, 3, 4, 5, ...]
When double-clicking, the full data is displayed

Comments (0)