Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why Query gives at least one row as output,i ran this in oracle 19c?

User_AS6XDOct 8 2022

select * from emp
offset 0 ROWS
fetch next
0.0000001 percent rows only ;

Does oracle internally round off the value to 1 row in case of percentage,untill or unless 0 is specified.
Note: emp is our standard Employee table with 14 rows.Please refer attachment for more clarity.
query_output.PNG (23.46 KB)

Comments
Post Details
Added on Oct 8 2022
7 comments
228 views