Skip to content

Commit e2755f2

Browse files
committed
first rows
1 parent 1f8a221 commit e2755f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizer/first_rows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is important for applications that return rows (in sorted order) to users t
66

77
See scripts before.sql and after.sql - spooled 'lst' output files are provided.
88

9-
Compare the cost in the before and after versions, and also compare the differences in the resulting plans. The costs in the *after* example (for the FETCH FIRST) are much lower and compare favorably with the ROWNUM queries.
9+
Compare the cost in the before and after versions, and also compare the differences in the resulting plans. The costs in the *after* example (for FETCH FIRST) are much lower and compare favorably with the ROWNUM queries.
1010

1111
DISCLAIMER:
1212
<br/>-- These scripts are provided for educational purposes only.

0 commit comments

Comments
 (0)