Greetings all,
Within ArcMAP using a feature class in a personal GDB, I originally used this query for selecting from a text field using the "select by attributes" tool and it work correctly:
MID (StationRunOrder,1,1) = "4" OR MID (StationRunOrder,3,1) = "4"
Running the same query on this features class after it was imported to SDE the same query returns the error:
There was an error with expression. Underlying DBMS error[ORA-0094: "4": invalid identifier]
The fields I'm selecting from are defined the same in both cases. I suspect it's simply a syntax issue. Any help would be greatly appreciated.
Regards,
Scott