I have same title of products from different stores..lets say... Produt title= A from store= 1 product title = A from store = 2... If store= 1and s title=A only udate price..if store =2 and product =A insert as a new row.. (shouldnt give error of duplications because its from other store).. And if title isnt duplicate simply. Insert it
How to do this with insert query in MYSQL?