Skip to content

Commit 453ae66

Browse files
fixes MicrosoftDocs/sql-docs/issues/5046 -- unclear interval wording
1 parent da78c01 commit 453ae66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-functions/cdc-fn-cdc-get-all-changes-capture-instance-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cdc.fn_cdc_get_all_changes_capture_instance ( from_lsn , to_lsn , '<row_filter_o
4747
*to_lsn*
4848
The LSN value that represents the high endpoint of the LSN range to include in the result set. *to_lsn* is **binary(10)**.
4949

50-
Only rows in the [cdc.&#91;capture_instance&#93;_CT](../../relational-databases/system-tables/cdc-capture-instance-ct-transact-sql.md) change table with a value in **__$start_lsn** less than or equal to *from_lsn* or equal to *to_lsn* are included in the result set.
50+
Only rows in the [cdc.&#91;capture_instance&#93;_CT](../../relational-databases/system-tables/cdc-capture-instance-ct-transact-sql.md) change table with a value in **__$start_lsn** greater than or equal to *from_lsn* and less than or equal to *to_lsn* are included in the result set.
5151

5252
<row_filter_option> ::= { all | all update old }
5353
An option that governs the content of the metadata columns as well as the rows returned in the result set.

0 commit comments

Comments
 (0)