1
0
-1
2 answers
- 10-1
Thanks for this such an excellent post! Keep up! bad love story
Add your comment... - 10-1
Hi, if the primary key ID is created automatically, then how would you know whether data is duplicate or not? If you want to avoid such duplicates then I do not think you can use auto-generated IDs.
Add your comment...
I have one spreadsheet to insert data into database, the primary key {id} is created by SQL. But I want to remove/avoid duplicate data in Spreadsheet. Because the id is different, other column is the same also can be insert successfully. The same record should be removed obviously.