Dear Experts,
I developed a z-table, with fields
rno(6) type n,
name(20) type c
and then created ten entries from rno 1 to 10.
and a z-report which uses this table
select * from ztable.
first it displays 5th row and then 1 to 4 and then 6 to 10.
Can help me why it displays 5th row first?
Thanks in Adance