Skip to Content
0
Former Member
Feb 21, 2011 at 08:27 AM

Select * first fetches 5th row... Why?

28 Views

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