Content deleted Content added
m Reverted edits by 2A02:C7C:8A39:D300:7A6C:84FF:FEC6:F92D (talk) (AV) |
|||
Line 396:
order by {unique_key}</syntaxhighlight>
| SQL Server 2005
|-
|
<syntaxhighlight lang="mysql">Select *
from {table}
order by {unique_key}
ROWS LIMIT {begin_base_0 + rows}</syntaxhighlight>
| Sybase, ASE 16 SP2
|-
|
|