Select (SQL): Difference between revisions

Content deleted Content added
Fjerdingen (talk | contribs)
Other simple method (a little more efficient than read all rows): Add Mimer SQL to the list of supporting FETCH FIRST syntax
Fjerdingen (talk | contribs)
Method with positioning: Add Mimer SQL as supporting OFFSET clause
Line 430:
OFFSET {begin_base_0} ROWS
FETCH NEXT {rows} ROWS ONLY</syntaxhighlight>
| SQL ANSI 2008<br>PostgreSQL<br>SQL Server 2012<br>Derby<br>Oracle 12c<br>DB2 12<br>Mimer SQL
|-
|