I am using ModelBuilder and would like to delete specific rows of a feature where the value of two columns are equal.
For instance: if there are columns a,b,c,d and rows 1,2,3,4. I would like to delete the rows where a=c. For that, it is first needed to select those features. When I enter the syntax in the query builder a = c I receive error (000229) and it does't work. I have tried another selection method (Make feature Layer, Selection by Attribute) I am using ArcGIS Desktop 10.2.
1 Answer 1
As my comment noted, "When background processing is turned on, scripts execute using 64-bit background processing. ArcMap is unable to read data types not supported by 64-bit background processing, while tools incapable of running in the background cannot leverage 64-bit processing. By default, ArcMap and ArcCatalog communicate through a 32-bit client library."
Explore related questions
See similar questions with these tags.
a <> c
."Field1" <> "Field2"
.