Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Basically I don't want to define an imported value as ID/PrimaryKey.
I'd like to have some kind of auto incremental value (1, 2, 3, 4, etc) on my ID column and then use it as the primary key.
Is this even possible?
HI Hugo,
Yes just add those in a column. As long as they are unique it will always work.
Thanks Richard,
But I don't think I was clear enough, sorry,
I don't have any column with those values.
What I'd like to have is an auto incremented generated value such as the IDENTITY columns on SQL Server.
What do you think?
That's not possible at the moment. And will not work when you want to update data in a later stage since the key can be anything in that case.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can I have a Auto Incremental ID value on my imported entries?
Basically I don't want to define an imported value as ID/PrimaryKey.
I'd like to have some kind of auto incremental value (1, 2, 3, 4, etc) on my ID column and then use it as the primary key.
Is this even possible?
HI Hugo,
Yes just add those in a column. As long as they are unique it will always work.
Thanks Richard,
But I don't think I was clear enough, sorry,
I don't have any column with those values.
What I'd like to have is an auto incremented generated value such as the IDENTITY columns on SQL Server.
What do you think?
That's not possible at the moment. And will not work when you want to update data in a later stage since the key can be anything in that case.
is working on a reply...