arcpy.MakeFeatureLayer_management(points, 'points_layer', """ "Installa_1" >= '01/01/2010' """)
I'm new to Python and I have been trying to figure this out this line of code all day and its driving me crazy. I keep getting an "ERROR 000358: Invalid expression "Installa_1" >= '01/01/2010' ". The data field is in DATE format. What is the proper way to query arcmap data by date. I guess I'm missing something, regular SQL coding was never this bad. If there is some special function I can Google the details.
Thanks,