SQL Error: ORA-22901: cannot compare nested table or VARRAY or LOB attribut
542856Feb 12 2007 — edited Feb 13 2007select distinct a.id, b.geoloc
from table1 a, table2 b
where a.id=b.id;
(datatype for geoloc is SDO_GEOMETRY)
When I run this code, this is the error I got
Error report:
SQL Error: ORA-22901: cannot compare nested table or VARRAY or LOB attributes of an object type
Could someone please help me fix this error? Your help is greatly appreciate this.
Thanks
Cuong