Select (SQL): Difference between revisions

Content deleted Content added
Line 519:
|-
|
<syntaxhighlight lang="tsqlpostgresql">select *
from {table}
order by {unique_key}
FETCH FIRST {rows} ROWS ONLY</syntaxhighlight>
|
<syntaxhighlight lang="tsqlpostgresql">select *
from {table}
where {unique_key} > {last_val}
Line 530:
FETCH FIRST {rows} ROWS ONLY</syntaxhighlight>
|
<syntaxhighlight lang="tsqlpostgresql">select *
from (
select *