Regarding an SDO_GEOMETRY that has Z and M coordinates:
I can remove M's, but not Z's using SDO_LRS.CONVERT_TO_STD_GEOM
And I can remove both M's and Z's using SDO_CS.MAKE_2D
Question: How can I remove the Z's, but not the M's?
Related:
Idea: Function to remove Z, but not M, from SDO_GEOMETRY