Content deleted Content added
Fjerdingen (talk | contribs) →Inline view: derived table is the ANSI/ISO SQL standard term (Feature F591, Derived tables). Inline view is a vendor specific term. |
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 |
||
Line 381:
order by {unique_key}
FETCH FIRST {begin_base_0 + rows} ROWS ONLY</syntaxhighlight>
| SQL ANSI 2008<br>PostgreSQL<br>SQL Server 2012<br>Derby<br>Oracle 12c<br>DB2 12<br>Mimer SQL
|-
|
|