The feature classes in my app are stored in our SDE for Oracle DB. In Oracle SQL Developer, I can query tables in the DB. However, I can't run SQL on a FeatureClass, e.g., like the SQL statement below:
SELECT * from myFCName
Is it possible to do such a kind of query? Thanks.