01.01.2015, 13:21
So I was wondering if it possible to delete a certain row in a table not using an auto-increment column.
Like for example if I have 5 columns and I delete one dynamically in-game then it'd the id for it would be like this:
1
2
4
5
Assuming I have deleted ID 3 and I'd like to know if it's possible to delete a certain column, for example.
I have 1 2 4 5 and I use /delcolumn 3 - I want it to delete the column that is the third one so in this case it'd be the id of 4.
Now, that's what I want to do bassicly.
I just can't figure it out.
Like for example if I have 5 columns and I delete one dynamically in-game then it'd the id for it would be like this:
1
2
4
5
Assuming I have deleted ID 3 and I'd like to know if it's possible to delete a certain column, for example.
I have 1 2 4 5 and I use /delcolumn 3 - I want it to delete the column that is the third one so in this case it'd be the id of 4.
Now, that's what I want to do bassicly.
I just can't figure it out.