Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d9ebe19

Browse files
Typo "*@local_variable*"→"*\@local_variable*"
Italic with escape characters https://docs.microsoft.com/en-us/sql/t-sql/language-elements/raiserror-transact-sql?view=sql-server-2017
1 parent 3cde6aa commit d9ebe19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/language-elements/raiserror-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ RAISERROR ( { msg_str | @local_variable }
117117
> [!NOTE]
118118
> To convert a value to the [!INCLUDE[tsql](../../includes/tsql-md.md)] **bigint** data type, specify **%I64d**.
119119
120-
*@local_variable*
121-
Is a variable of any valid character data type that contains a string formatted in the same manner as *msg_str*. *@local_variable* must be **char** or **varchar**, or be able to be implicitly converted to these data types.
120+
*\@local_variable*
121+
Is a variable of any valid character data type that contains a string formatted in the same manner as *msg_str*. *\@local_variable* must be **char** or **varchar**, or be able to be implicitly converted to these data types.
122122

123123
*severity*
124124
Is the user-defined severity level associated with this message. When using *msg_id* to raise a user-defined message created using sp_addmessage, the severity specified on RAISERROR overrides the severity specified in sp_addmessage.

0 commit comments

Comments
 (0)