Using ArcPy I'm Trying to Set up a Where Clause in my "FeatureClassToFeatureClass_conversion"
This {Where Clause} needs to Query Two Columns in the data:
FEATURE = 'ENVIRONMENT'
and
TEMPERATURE > 50
I'm having a hard time doing both queries in the same expression as you would using "AND"
"\"FEATURE\" = 'ENVIRONMENT'" ?AND? "\"TEMPERATURE\" > 50"
No comments:
Post a Comment