Archive for March 30th, 2009
Sorting lists: deleting blocks
Comments enabled. I *really* need your comment
This is article 6 of 6 on linked lists in MySQL:
- Sorting lists
- Sorting lists: moving items
- Sorting lists: adding items
- Sorting lists: deleting items
- Sorting lists: moving blocks
- Sorting lists: deleting blocks
Now, let's see how can we delete a whole block of items.
The procedure that deletes a block looks like this:
Read the rest of this entry »