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

Commit 105e9fb

Browse files
committed
[Duplicate F1] Cleaning up Duplicate F1 entries
1 parent 1c27924 commit 105e9fb

1 file changed

Lines changed: 11 additions & 16 deletions

File tree

docs/t-sql/language-elements/less-than-transact-sql.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,32 @@
11
---
2+
title: "< (Less Than) (Transact-SQL)"
23
description: "&lt; (Less Than) (Transact-SQL)"
3-
title: "&lt; (Less Than) (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"
86
ms.reviewer: ""
97
ms.technology: t-sql
108
ms.topic: reference
119
f1_keywords:
12-
- "< (Less Than)"
1310
- "<_TSQL"
14-
- "Than"
15-
- "Less"
16-
- "<"
17-
- "Less Than"
1811
dev_langs:
1912
- "TSQL"
2013
helpviewer_keywords:
2114
- "less than (<)"
2215
- "< (less than operator)"
23-
ms.assetid: 54f50bdd-bb62-4593-9af9-4c49edecab75
2416
author: LitKnd
2517
ms.author: kendralittle
18+
ms.custom: ""
19+
ms.date: "03/13/2017"
2620
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2721
---
22+
2823
# &lt; (Less Than) (Transact-SQL)
24+
2925
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
3026

31-
Compares two expressions (a comparison operator). When you compare nonnull expressions, the result is TRUE if the left operand has a value lower than 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).
27+
Compares two expressions (a comparison operator). When you compare nonnull expressions, the result is TRUE if the left operand has a value lower than 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).
3228

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)
29+
![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)
3430

3531
## Syntax
3632

@@ -58,8 +54,7 @@ expression < expression
5854
SELECT DepartmentID, Name
5955
FROM HumanResources.Department
6056
WHERE DepartmentID < 3
61-
ORDER BY DepartmentID;
62-
57+
ORDER BY DepartmentID;
6358
```
6459

6560
[!INCLUDE[ssResult](../../includes/ssresult-md.md)]
@@ -93,8 +88,8 @@ FALSE
9388
```
9489

9590
## See Also
96-
[IIF &#40;Transact-SQL&#41;](../../t-sql/functions/logical-functions-iif-transact-sql.md)
97-
[Data Types &#40;Transact-SQL&#41;](../../t-sql/data-types/data-types-transact-sql.md)
98-
[Operators &#40;Transact-SQL&#41;](../../t-sql/language-elements/operators-transact-sql.md)
91+
- [IIF &#40;Transact-SQL&#41;](../../t-sql/functions/logical-functions-iif-transact-sql.md)
92+
- [Data Types &#40;Transact-SQL&#41;](../../t-sql/data-types/data-types-transact-sql.md)
93+
- [Operators &#40;Transact-SQL&#41;](../../t-sql/language-elements/operators-transact-sql.md)
9994

10095

0 commit comments

Comments
 (0)