Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I want to run the following query, using Esri's Select by Attributes tool, on a table found in an ODC. After selecting these rows, I want to append the records to a table found on an SDE connection. Here's the query:

"REC_DATE" BETWEEN TRUNC(SYSDATE-600) 
                        AND  TO_DATE(TO_CHAR(SYSDATE - 3,'YYYYMMDD')||'235959','YYYYMMDDHH24MISS') 

And here's the error I get:

Error when trying to select from an ODC table.

The lack of an object ID in the table I am selecting from prevents the Select by Attribute tool from functioning. I would like to select directly from this table and not have to export it to an SDE (which would add an OID field). Does anyone have recommendations on how to perform my query on my ODC table?

Using version 10.0 of Esri software.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.