rownum是oracle的一个关键字你查出来的数据都有一个rownum在where中加入rownum<50意思是显示你查出来的前50个数据
例如:
select * from sapsr3.vbap where rownum < 50