Select (SQL): Difference between revisions

Content deleted Content added
m Examples: class="wikitable"
Add nonstandard result limit syntax for Oracle, which is much easier to use than the ROWNUM function, even if nonstandard
Line 167:
| [[Oracle database|Oracle]]
| (Supports the standard, since Oracle8i)
|-
|
| Also <code>SELECT * from T '''WHERE ROWNUM <= 10'''</code>
|}