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

Commit 26417f5

Browse files
committed
[F1 dupes cont.] Clean up more F1 duplicates in multiple articles
1 parent f8656b7 commit 26417f5

12 files changed

Lines changed: 88 additions & 100 deletions
Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
2+
title: "&= (Bitwise AND Assignment) (Transact-SQL)"
23
description: "&= (Bitwise AND Assignment) (Transact-SQL)"
3-
title: "&= (Bitwise AND Assignment) (Transact-SQL) | Microsoft Docs"
4-
ms.custom: ""
5-
ms.date: "01/10/2017"
64
ms.prod: sql
75
ms.prod_service: "database-engine, sql-database, synapse-analytics, pdw"
8-
ms.reviewer: ""
96
ms.technology: t-sql
107
ms.topic: reference
118
f1_keywords:
@@ -18,19 +15,22 @@ helpviewer_keywords:
1815
- "assignment operators, &="
1916
- "augmented operators, &="
2017
- "&= (bitwise AND equals)"
21-
ms.assetid: f374c885-3fee-434a-93fb-dfe6e0bcd100
2218
author: LitKnd
2319
ms.author: kendralittle
20+
ms.reviewer: ""
21+
ms.custom: ""
22+
ms.date: "01/10/2017"
2423
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2524
---
2625

2726
# &= (Bitwise AND Assignment) (Transact-SQL)
27+
2828
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2929

3030

31-
Performs a bitwise logical AND operation between two integer values, and sets a value to the result of the operation.
31+
Performs a bitwise logical AND operation between two integer values, and sets a value to the result of the operation.
3232

33-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
33+
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3434

3535
## Syntax
3636

@@ -41,19 +41,21 @@ expression &= expression
4141
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
4242

4343
## Arguments
44-
*expression*
45-
Is any valid [expression](../../t-sql/language-elements/expressions-transact-sql.md) of any one of the data types in the numeric category except the **bit** data type.
46-
47-
## Result Types
48-
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).
49-
50-
## Remarks
51-
For more information, see [& (Bitwise AND) (Transact-SQL)](../../t-sql/language-elements/bitwise-and-transact-sql.md).
44+
45+
*expression*
46+
Is any valid [expression](../../t-sql/language-elements/expressions-transact-sql.md) of any one of the data types in the numeric category except the **bit** data type.
5247

53-
## See Also
54-
[Compound Operators (Transact-SQL)](../../t-sql/language-elements/compound-operators-transact-sql.md)
55-
[Expressions (Transact-SQL)](../../t-sql/language-elements/expressions-transact-sql.md)
56-
[Operators (Transact-SQL)](../../t-sql/language-elements/operators-transact-sql.md)
57-
[Bitwise Operators (Transact-SQL)](../../t-sql/language-elements/bitwise-operators-transact-sql.md)
48+
## Result Types
49+
50+
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).
5851

52+
## Remarks
53+
54+
For more information, see [& (Bitwise AND) (Transact-SQL)](../../t-sql/language-elements/bitwise-and-transact-sql.md).
5955

56+
## See Also
57+
58+
- [Compound Operators (Transact-SQL)](../../t-sql/language-elements/compound-operators-transact-sql.md)
59+
- [Expressions (Transact-SQL)](../../t-sql/language-elements/expressions-transact-sql.md)
60+
- [Operators (Transact-SQL)](../../t-sql/language-elements/operators-transact-sql.md)
61+
- [Bitwise Operators (Transact-SQL)](../../t-sql/language-elements/bitwise-operators-transact-sql.md)

docs/t-sql/language-elements/bitwise-and-transact-sql.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
---
2+
title: "& (Bitwise AND) (Transact-SQL)"
23
description: "& (Bitwise AND) (Transact-SQL)"
3-
title: "& (Bitwise AND) (Transact-SQL) | Microsoft Docs"
4-
ms.custom: ""
5-
ms.date: "01/10/2017"
64
ms.prod: sql
75
ms.prod_service: "database-engine, sql-database, synapse-analytics, pdw"
8-
ms.reviewer: ""
96
ms.technology: t-sql
107
ms.topic: reference
118
f1_keywords:
12-
- "bitwise"
139
- "&"
1410
- "&_TSQL"
1511
dev_langs:
@@ -18,17 +14,21 @@ helpviewer_keywords:
1814
- "AND, bitwise AND"
1915
- "& (bitwise AND)"
2016
- "bitwise AND (&)"
21-
ms.assetid: 20275755-4fa7-47b1-a9be-ac85606d63b0
2217
author: LitKnd
2318
ms.author: kendralittle
19+
ms.reviewer: ""
20+
ms.custom: ""
21+
ms.date: "01/10/2017"
2422
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2523
---
24+
2625
# & (Bitwise AND) (Transact-SQL)
26+
2727
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2828

29-
Performs a bitwise logical AND operation between two integer values.
29+
Performs a bitwise logical AND operation between two integer values.
3030

31-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
31+
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3232

3333
## Syntax
3434

docs/t-sql/language-elements/bitwise-exclusive-or-transact-sql.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "^ (Bitwise Exclusive OR) (Transact-SQL)"
32
title: "^ (Bitwise Exclusive OR) (Transact-SQL) | Microsoft Docs"
3+
description: "^ (Bitwise Exclusive OR) (Transact-SQL)"
44
ms.custom: ""
55
ms.date: "01/10/2017"
66
ms.prod: sql
@@ -10,11 +10,7 @@ ms.technology: t-sql
1010
ms.topic: reference
1111
f1_keywords:
1212
- "^_TSQL"
13-
- "Bitwise Exclusive OR"
14-
- "Exclusive"
1513
- "^"
16-
- "bitwise"
17-
- "OR"
1814
dev_langs:
1915
- "TSQL"
2016
helpviewer_keywords:
@@ -28,11 +24,12 @@ ms.author: kendralittle
2824
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2925
---
3026
# ^ (Bitwise Exclusive OR) (Transact-SQL)
27+
3128
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
3229

33-
Performs a bitwise exclusive OR operation between two integer values.
30+
Performs a bitwise exclusive OR operation between two integer values.
3431

35-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
32+
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3633

3734
## Syntax
3835

docs/t-sql/language-elements/bitwise-not-transact-sql.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
11
---
2+
title: "~ (Bitwise NOT) (Transact-SQL)"
23
description: "~ (Bitwise NOT) (Transact-SQL)"
3-
title: "~ (Bitwise NOT) (Transact-SQL) | Microsoft Docs"
4-
ms.custom: ""
5-
ms.date: "01/10/2017"
64
ms.prod: sql
75
ms.prod_service: "database-engine, sql-database, synapse-analytics, pdw"
8-
ms.reviewer: ""
96
ms.technology: t-sql
107
ms.topic: reference
118
f1_keywords:
129
- "~_TSQL"
13-
- "bitwise"
14-
- "NOT"
1510
- "~"
16-
- "Bitwise NOT"
1711
dev_langs:
1812
- "TSQL"
1913
helpviewer_keywords:
2014
- "NOT keyword"
2115
- "bitwise NOT (~)"
2216
- "~ (bitwise NOT)"
23-
ms.assetid: 02da8016-f6c0-41ae-8d59-33eaa02bfc95
2417
author: LitKnd
2518
ms.author: kendralittle
19+
ms.reviewer: ""
20+
ms.custom: ""
21+
ms.date: "01/10/2017"
2622
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2723
---
24+
2825
# ~ (Bitwise NOT) (Transact-SQL)
26+
2927
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
3028

31-
Performs a bitwise logical NOT operation on an integer value.
29+
Performs a bitwise logical NOT operation on an integer value.
3230

33-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
31+
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3432

3533
## Syntax
3634

docs/t-sql/language-elements/bitwise-operators-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
2+
title: "Bitwise Operators (Transact-SQL)"
23
description: "Bitwise Operators (Transact-SQL)"
3-
title: "Bitwise Operators (Transact-SQL) | Microsoft Docs"
44
ms.custom: ""
55
ms.date: "06/04/2019"
66
ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, synapse-analytics, pdw"
88
ms.reviewer: ""
99
ms.technology: t-sql
1010
ms.topic: reference
11+
f1_keywords:
12+
- bitwise
1113
dev_langs:
1214
- "TSQL"
1315
helpviewer_keywords:
1416
- "operators [Transact-SQL], bitwise"
1517
- "bitwise operators"
1618
- "bit manipulations"
17-
ms.assetid: 2b994cf5-2daa-438a-b8c7-4bd8d451ac8d
1819
author: LitKnd
1920
ms.author: kendralittle
2021
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"

docs/t-sql/language-elements/bitwise-or-equals-transact-sql.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "|= (Bitwise OR Assignment) (Transact-SQL)"
32
title: "|= (Bitwise OR)"
3+
description: "|= (Bitwise OR Assignment) (Transact-SQL)"
44
titleSuffix: SQL Server (Transact-SQL)
55
ms.custom: "seo-lt-2019"
66
ms.date: "01/10/2017"
@@ -26,11 +26,12 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2626
---
2727

2828
# |= (Bitwise OR Assignment) (Transact-SQL)
29+
2930
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
3031

31-
Performs a bitwise logical OR operation between two specified integer values as translated to binary expressions within [!INCLUDE[tsql](../../includes/tsql-md.md)] statements, and sets a value to the result of the operation.
32+
Performs a bitwise logical OR operation between two specified integer values as translated to binary expressions within [!INCLUDE[tsql](../../includes/tsql-md.md)] statements, and sets a value to the result of the operation.
3233

33-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
34+
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3435

3536
## Syntax
3637

docs/t-sql/language-elements/bitwise-or-transact-sql.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
11
---
2+
title: "| (Bitwise OR) (Transact-SQL)"
23
description: "| (Bitwise OR) (Transact-SQL)"
3-
title: "| (Bitwise OR) (Transact-SQL) | Microsoft Docs"
4-
ms.custom: ""
5-
ms.date: "01/10/2017"
64
ms.prod: sql
75
ms.prod_service: "database-engine, sql-database, synapse-analytics, pdw"
8-
ms.reviewer: ""
96
ms.technology: t-sql
107
ms.topic: reference
118
f1_keywords:
129
- "|"
1310
- "|_TSQL"
14-
- "Bitwise OR"
15-
- "bitwise"
16-
- "OR"
1711
dev_langs:
1812
- "TSQL"
1913
helpviewer_keywords:
2014
- "OR operator"
2115
- "bitwise OR (|)"
2216
- "| (bitwise OR operator)"
23-
ms.assetid: 86a3b87f-9688-4eaf-a552-29f1b01d880a
2417
author: LitKnd
2518
ms.author: kendralittle
19+
ms.reviewer: ""
20+
ms.custom: ""
21+
ms.date: "01/10/2017"
2622
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2723
---
24+
2825
# | (Bitwise OR) (Transact-SQL)
26+
2927
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
3028

31-
Performs a bitwise logical OR operation between two specified integer values as translated to binary expressions within [!INCLUDE[tsql](../../includes/tsql-md.md)] statements.
29+
Performs a bitwise logical OR operation between two specified integer values as translated to binary expressions within [!INCLUDE[tsql](../../includes/tsql-md.md)] statements.
3230

33-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
31+
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3432

3533
## Syntax
3634

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2+
title: "!= (Not Equal To) (Transact-SQL)"
23
description: "Not Equal To (Transact SQL) - exclamation"
3-
title: "!= (Not Equal To) (Transact-SQL) | Microsoft Docs"
44
ms.custom: ""
55
ms.date: "03/06/2017"
66
ms.prod: sql
@@ -10,27 +10,26 @@ ms.technology: t-sql
1010
ms.topic: reference
1111
f1_keywords:
1212
- "!="
13-
- "Not Equal To"
1413
- "!=_TSQL"
15-
- "Not Equal"
16-
- "Equal"
1714
dev_langs:
1815
- "TSQL"
1916
helpviewer_keywords:
2017
- "!= (not equal to)"
2118
- "not equal to operator (!=)"
22-
ms.assetid: f1054809-04f2-4995-9ebd-cb67098e6708
2319
author: LitKnd
2420
ms.author: kendralittle
2521
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2622
---
23+
2724
# Not Equal To (Transact SQL) - exclamation
25+
2826
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2927

30-
Tests whether one expression is not equal to another expression (a comparison operator). If either or both operands are NULL, NULL is returned. Functions the same as the [<> (Not Equal To)](../../t-sql/language-elements/not-equal-to-transact-sql-traditional.md) comparison operator.
28+
Tests whether one expression is not equal to another expression (a comparison operator). If either or both operands are NULL, NULL is returned. Functions the same as the [<> (Not Equal To)](../../t-sql/language-elements/not-equal-to-transact-sql-traditional.md) comparison operator.
3129

3230
## See Also
33-
[Expressions &#40;Transact-SQL&#41;](../../t-sql/language-elements/expressions-transact-sql.md)
34-
[Operators &#40;Transact-SQL&#41;](../../t-sql/language-elements/operators-transact-sql.md)
31+
32+
[Expressions &#40;Transact-SQL&#41;](../../t-sql/language-elements/expressions-transact-sql.md)
33+
[Operators &#40;Transact-SQL&#41;](../../t-sql/language-elements/operators-transact-sql.md)
3534

3635

docs/t-sql/language-elements/not-equal-to-transact-sql-traditional.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,33 @@
11
---
2+
title: "&lt;&gt; (Not Equal To) (Transact-SQL)"
23
description: "Not Equal To (Transact SQL) - traditional"
3-
title: "&lt;&gt; (Not Equal To) (Transact-SQL) | Microsoft Docs"
4-
ms.custom: ""
5-
ms.date: "03/13/2017"
64
ms.prod: sql
75
ms.prod_service: "database-engine, sql-database, synapse-analytics, pdw"
8-
ms.reviewer: ""
96
ms.technology: t-sql
107
ms.topic: reference
118
f1_keywords:
129
- "<>"
1310
- "<>_TSQL"
14-
- "Not Equal To"
15-
- "Not Equal"
16-
- "<>(Not Equal To)"
17-
- "NOT"
18-
- "Equal"
1911
dev_langs:
2012
- "TSQL"
2113
helpviewer_keywords:
2214
- "not equal to operator (<>)"
2315
- "<> (not equal to operator)"
24-
ms.assetid: 34cf9b38-d589-4be9-925a-116e224609a0
2516
author: LitKnd
2617
ms.author: kendralittle
18+
ms.reviewer: ""
19+
ms.custom: ""
20+
ms.date: "03/13/2017"
2721
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2822
---
23+
2924
# Not Equal To (Transact SQL) - traditional
25+
3026
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
3127

32-
Compares two expressions (a comparison operator). When you compare nonnull expressions, the result is TRUE if the left operand is not equal to the right operand; otherwise, the result is FALSE. If either or both operands are NULL, see the topic [SET ANSI_NULLS &#40;Transact-SQL&#41;](../../t-sql/statements/set-ansi-nulls-transact-sql.md).
28+
Compares two expressions (a comparison operator). When you compare nonnull expressions, the result is TRUE if the left operand is not equal to the right operand; otherwise, the result is FALSE. If either or both operands are NULL, see the topic [SET ANSI_NULLS &#40;Transact-SQL&#41;](../../t-sql/statements/set-ansi-nulls-transact-sql.md).
3329

34-
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
30+
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3531

3632
## Syntax
3733

0 commit comments

Comments
 (0)