I have a column with values as,
CompanyDetails
Id=18, company=3,org=[objectId=18, objectName=Library], parentOrg=null
Id=10009,company=company=[companyId=3, companyName=CONE],org=[objectId=18, objectName=Library], parentOrg=[objectId=10001, objectName=Cyb 1]
Id=10008, company=3,org=[objectId=10005, objectName=Cyb 5], parentOrg=[objectId=10004, objectName=Cyb 4]
Id=10007, company=3,org=[objectId=10004, objectName=Cyb 4], parentOrg=[objectId=10003, objectName=Cyb 3],
The data type of the above column is 'VARCHAR2'.
Now I want to get value of all object Ids in the above column something like this.
OrgId
----
18
1004
1005
orga column in the row of a table called CompanyDetails, or does each line represent a single value for the field CompanyDetails?