views:

10

answers:

0

I've been struggling to create an Oracle SQL query that will tell me if my SDO table contains curves or arcs. I know that the sdo_elem_info contains the information I need, but I don't know how to use SQL to separate out the etype and interpretation from the sdo_elem_info.

So far, all I have is: select tbl.shape.sdo_elem_info from my_table tbl