Hello,
I'm having trouble with lists.
I work on two different workspaces
The first is a file geodatabase (a)
The second is an SDE geodatabase (b)
The aim is to remove the contents of feature classes contained in a list (b)
So far so good
Then copy the new records (a) in the entity classes of (b)
To delete the records I use arcpy.DeleteFeatures_management () function
To complete the feature classes with the new content I use the function
arcpy.CopyFeatures_management ()
Thank you for your help