Skip to content

Commit 4fc0092

Browse files
authored
Fix typos
1 parent 2e8119f commit 4fc0092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL Server Name Convention and T-SQL Programming Style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ SQL Server T-SQL Coding Conventions, Best Practices, and Programming Guidelines.
296296
Semicolon is mandority for:
297297
1. [Common table expression `WITH CTE `](https://docs.microsoft.com/sql/t-sql/queries/with-common-table-expression-transact-sql):
298298
> When a CTE is used in a statement that is part of a batch, the statement before it must be followed by a semicolon.
299-
3. [`Merge`](https://docs.microsoft.com/sql/t-sql/statements/merge-transact-sql] statements:
299+
3. [`Merge`](https://docs.microsoft.com/sql/t-sql/statements/merge-transact-sql) statements:
300300
> The MERGE statement requires a semicolon (;) as a statement terminator. Error 10713 is raised when a MERGE statement is run without the terminator.
301301
5. [`TROW`](https://docs.microsoft.com/sql/t-sql/language-elements/throw-transact-sql) exceptions:
302302
> The statement before the THROW statement must be followed by the semicolon (;) statement terminator.

0 commit comments

Comments
 (0)