Hi,
I am trying to insert data in a MySQL database table which has a unique index on one of the columns.
Alteryx errors out because its trying to insert a duplicate value.
Update: Insert if new (Alteryx ) also does not seem to work.
Is there a way I can use the MySQL command 'replace into' or 'insert ignore into'.
I do not think the Pre / Post SQL statements can be used here.
thank you