Hi I heard that in MS SQL, we can do the following
select shape, shape.STX as LONG, shape.STY as LAT from sde.fc
If my Geodatabase is in Oracle, and how can I get the STX and STY from the shape column. I tried the above and it return
ORA-00904: "SHAPE"."STX": invalid identifier
00904. 00000 - "%s: invalid identifier"