Using "repeatable read", it should be possible to produce a 开发者_StackOverflowphantom read, but how? I need it for an example teaching CS-students.
I have a news table and I would like to implement custom ordering. I have done this before viaa positional mapping table which has newsIds and a position.