oracle11g - In an SQL Developer query result window, how do I see the value of an object in a column? -
when run query in sql developer , 1 of columns returned object there way can see value of object without changing query? comes this:
deptno deptname address
1 sales [hr.address_t] 2 st [hr.address_t] 3 apps [hr.address_t] where address_t object.i see values of object address_t, street city state zip code.
Comments
Post a Comment