Jump to content

[SOLVED] Re-Ordering a database


ess14

Recommended Posts

Well im using PHP and MySQL and i have a table like so(for example purposes):

 

NAME      ORDER

john          1

greg          2

benny        3

don          4

 

If i delete the row GREG, what is the best way to get the order to stay in sequence. ie: Benny's order should now be 2 and dons should be 3

This way the order will have no gaps in the sequnce. imagine theres 30 rows too! so i cant really update EVERY row one by one...can i? should i?

 

 

thanks for any help.

Link to comment
https://forums.phpfreaks.com/topic/99131-solved-re-ordering-a-database/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.