Hello,
I am working with a workflow to find duplicates from a database and now I am trying to Delete thoose duplicates, directly from alteryx.
I know there is a PreSQL Statement to create a query. So, I have create my query, then add a control parameter for build a macro.
I connect my workflow to the macro to delete rows from it, It's working but it's very very long.
To give you an idea, I have 500 rows to delete, and it's still running after 1 hour (34% complete).
So, I would like to know if there is a faster method, because it's not possible to use this method.
Especially , I only have 500 rows, I can't even imagine with millions of rows.
Thank for your help.