ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Difference in performance between FETCH FIRST x ROWS and LIMIT x

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Difference in performance between FETCH FIRST x ROWS and LIMIT x

    Hello,

    My current company has programmation rules. We have been asked to only use LIMIT x and not FETCH FIRST x ROWS. However, no concrete reason was given. Does anyone know if there is a difference ?

    Thanks.

  • #2
    As far as I know, there is no difference, just two different ways to do the same thing.

    Comment

    Working...
    X