I have a table where an object is a field. that object contains another 4 columns. How can I retrieve data from that object table.
I need one java code where I can fetch data from the inner object data from this table.
I tried with select statement but remained unsuccesfull. Please let me know what to do.
Thanks
Prabhudatta
John Jai
Bartender
Joined: May 31, 2011
Posts: 1776
posted
0
inner object data from this table
which column you are trying to get data from?
I tried with select statement but remained unsuccesfull