There is already a row with the key

So, i need help. In my application when add a new product and a add an amount this retorn this mensage. 

there is already a row with the key.

This amount already exist in other product in my stock.

Sorry for my english, i'm a begginer.😅

 

WhatsApp Image 2024-03-22 at 11.27.39.jpegWhatsApp Image 2024-03-22 at 11.18.42.jpeg

Solved Solved
0 1 320
1 ACCEPTED SOLUTION

In your table, the "Quantidade" is set as a key column. Each row needs to have a unique value in the key column and if you have a row already with this "6", it throws this error. You need to use a different column as a key column in this table where all values are unique.

View solution in original post

1 REPLY 1
Top Labels in this Space