Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Insert to MySQL table with unique index

$
0
0

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


Viewing all articles
Browse latest Browse all 4999

Trending Articles