I want to select all the names with the ' character using a select set query but I've been getting the error message below;
Please any suggestions?
Code:
arcpy.SelectLayerByAttribute_management("GISMainFabric_Parcels", "NEW_SELECTION",'"Name" LIKE \'%'%\'')
Parsing error SyntaxError: unexpected character after line continuation character (line 1)