Skip to content

Commit 5aba66f

Browse files
committed
Merge branch 'fn_dblog' of https://github.com/SimonCropp/Delta into fn_dblog
2 parents ab601ee + f7ae9ee commit 5aba66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A combination of [change_tracking_current_version](https://learn.microsoft.com/e
7979
<a id='snippet-SqlServerTimestamp'></a>
8080
```cs
8181
select top 1 [End Time],[Current LSN]
82-
from fn_dblog({lsnString},null)
82+
from fn_dblog({lsnString}, null)
8383
where Operation = 'LOP_COMMIT_XACT'
8484
order by [End Time] desc;
8585
```

0 commit comments

Comments
 (0)