Jump to content

Start primary key in order


Nexy

Recommended Posts

Hello, just a simple question. Lets say my primary key in Mysql was named ID(auto increment) and it had 5 rows so far. If I was to delete ID #3, then add one, the ID would start off at 6 and not replace the 3.

 

My question is, how would I replace that 3? For example:

 

Before:

ID #

1

2

3 (GETS Deleted)

4

5

 

After:

 

ID #

1

2

4

5

6

 

How would I update the ID's before and after so it goes in order, not skipping any numbers. Did I make sense o.0?

 

Thank You!  :) :)

Link to comment
Share on other sites

Aww, thanks for the reply. It wasn't that important, just that on my site I have ID echo and it looks weird when it shows 1 2 5 6 9. Or some other order. But if it can't be done by coding, that's all right.

 

Thank You!  :)

Link to comment
Share on other sites

It wasn't that important, just that on my site I have ID echo and it looks weird when it shows 1 2 5 6 9.

You can number your results in PHP with a simple counter... that's not what UIDs should be used for.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.