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

Commit f08f900

Browse files
authored
Fix naming and formatting inconsistencies
1 parent 118316c commit f08f900

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/t-sql/language-elements/divide-equals-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "(Divide EQUALS) (Transact-SQL) | Microsoft Docs"
2+
title: "(Division Assignment) (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "09/12/2017"
55
ms.prod: "sql-non-specified"
@@ -24,7 +24,7 @@ ms.author: "rickbyh"
2424
manager: "jhubbard"
2525
ms.workload: "Inactive"
2626
---
27-
# (Divide EQUALS) (Transact-SQL)
27+
# /= (Division Assignment) (Transact-SQL)
2828
[!INCLUDE[tsql-appliesto-ss2008-all_md](../../includes/tsql-appliesto-ss2008-all-md.md)]
2929

3030
Divides one number by another and sets a value to the result of the operation. For example, if a variable @x equals 34, then `@x /= 2` takes the original value of @x, divides by 2 and sets @x to that new value (17).
@@ -45,7 +45,7 @@ expression /= expression
4545
Returns the data type of the argument with the higher precedence. For more information, see [Data Type Precedence (Transact-SQL)](../../t-sql/data-types/data-type-precedence-transact-sql.md).
4646

4747
## Remarks
48-
For more information, see [(Divide) (Transact-SQL)](../../t-sql/language-elements/divide-transact-sql.md).
48+
For more information, see [(Division) (Transact-SQL)](../../t-sql/language-elements/divide-transact-sql.md).
4949

5050
## Examples
5151
The following example, sets a variable to 17. Then uses the `/=` operator to set the variable to half of it's original value.

0 commit comments

Comments
 (0)