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.😅
Solved! Go to 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.
User | Count |
---|---|
16 | |
7 | |
6 | |
5 | |
3 |