I want that each time i execute query it display records in a way that the top record will be positioned last and so on.
First time when i executed query it will display like this
name
A
B
C
D
second time
name
B
C
D
A
third time
name
C
D
A
B
fourth time
name
D
A
B
C
fifth time
A
B
C
D and so on
First time when i executed query it will display like this
name
A
B
C
D
second time
name
B
C
D
A
third time
name
C
D
A
B
fourth time
name
D
A
B
C
fifth time
A
B
C
D and so on
Comment