Hi,
I'm executing the following query
select 'PT' as TEST, sdo_geometry (2001, 9999999, sdo_point_type(1673919.702, 513986.296, NULL), NULL,NULL) as geom from dual;
which returns (in sql developper) a geom value of
MDSYS.SDO_GEOMETRY(2001, 9999999, MDSYS.SDO_POINT_TYPE(1673919.702, 513986.296, NULL), NULL, NULL)
How can I add such query in sql executor so that the field geom will be considered as the geometry of the feature?
Rigth now there is no 'geometry' in the inspector
Thanks