Select (SQL): Difference between revisions

Content deleted Content added
Limiting result rows: link to sql 2003
Avé (talk | contribs)
Line 96:
== Limiting result rows ==
 
In [[International Organization for Standardization|ISO]] [[SQL2003|SQL:2003]], result sets may be limited by using
* [[Cursor (databases)|cursors]], or
* By introducing ''window functions'' to the SELECT-statement