ERROR 000358: Invalid expression "Parcelles_class.OBJECTID" = 1 OR "output_table1.src

المشرف العام

Administrator
طاقم الإدارة
ERROR 000358: Invalid expression "Parcelles_class.OBJECTID" = 1 OR "output_table1.src

I'm executing this code. I don't know if i'm missing something,

I'm using Arcpy, Python, Arcgis 10.1

whereclause1 = '"Parcelles_class.OBJECTID" = 1'whereclause2 = '"output_table1.src_OBJECTID" = 1'arcpy.Select_analysis("Join_Output_3","target_neighbor_parcel",whereclause1 + " OR " + whereclause2)I got this error while i'm executing it on PYTHON window:

ERROR 001143: Background server threw an exception.

And this while i execute it in IDLE :

<blockquote>
ERROR 000358: Expression non valide Parcelles_class.OBJECTID = 1 OR output_table1.src_OBJECTID = 1

أكثر...
 
أعلى