Hello guys!
I need your help.
This is my query in mysql.
the composition of the key unique string prevents duplicate rows... the problem is that occurs when double row the query is stopped and error in output... would be possible in case double row delete last double row and not stopped the update query?Code:UPDATE `tblm` SET UniqueString = NULL; UPDATE `tblm` SET UniqueString = TRIM( REPLACE ( CONCAT( TES, idNode, idLINE, REPLACE (LINE_NAME, '`', '') ), ' ', '' ) )
How can i do it?Code:[Err] 1062 - Duplicate entry '60138282ARGO' for key 'UniqueString'
Any help?
Thank you.



Reply With Quote






Bookmarks