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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -