- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @gowthamanrajendran ,
if your table has autopk defined as below (check table schema), you do not need to put it in your query, it will be increased automatically.
If you are using your own column as primary key, then database will thrown an error if you try to import value which already exist.
Check as well, if you have unique index on some column.
Regards,
Milan