Posts by mike • 1 point
1 post
-
0
votes2
answers153
viewsQ: Reorder ID in table after Delete or Insert
I have a table with a column called ID. That one ID is neither Auto Increment nor primary key, but follows a numerical sequence (e.g.: 1, 2, 3, 4, 5...). I need the include or to the delete in a…