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

Commit 02b27f0

Browse files
20210412 1130 change includes, capitalization
1 parent 855813f commit 02b27f0

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/includes/applies-to-version/_asa-svrless-sqlpool-only.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ ms.date: 04/09/2021
66
ms.author: wiassaf
77
---
88

9-
<Token>![yes](../media/yes-icon.png)[!INCLUDE [ssazuresynapse_sqlpool_only](../ssazuresynapse_svrless_sqlpool_only.md)]</Token>
9+
<Token>![yes](../media/yes-icon.png)[!INCLUDE [ssazuresynapse_sqlpool_only](../ssazuresynapse-svrless-sqlpool-only.md)]</Token>
1010

File renamed without changes.

docs/t-sql/functions/logical-functions-greatest-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: josteen
1919
ms.reviewer: wiassaf
2020
---
2121
# Logical Functions - GREATEST (Transact-SQL)
22-
[!INCLUDE [sql-asdb-asdbmi-asa-svrless-poolonly](../../includes/applies-to-version/sql-asdb-asdbmi-asa-svrless-poolonly.md)]
22+
[!INCLUDE [asdb-asdbmi](../../includes/applies-to-version/asdb-asdbmi.md)]
2323

2424
This function returns the maximum value from a list of one or more expressions.
2525

@@ -37,7 +37,7 @@ GREATEST ( expression1 [ ,...expressionN ] )
3737

3838
Each expression can be a constant, variable, column name or function, and any combination of arithmetic, bitwise, and string operators. Aggregate functions and scalar subqueries are permitted.
3939

40-
## Return Types
40+
## Return types
4141
Returns the data type with the highest precedence from the set of types passed to the function. For more information, see [Data Type Precedence &#40;Transact-SQL&#41;](../../t-sql/data-types/data-type-precedence-transact-sql.md).
4242

4343
If all arguments have the same data type and the type is supported for comparison, `GREATEST` will return that type.
@@ -210,7 +210,7 @@ GreatestPrice
210210
```
211211

212212

213-
## See Also
213+
## See also
214214
[LEAST &#40;Transact-SQL&#41;](../../t-sql/functions/logical-functions-least-transact-sql.md)
215215
[MAX &#40;Transact-SQL&#41;](../../t-sql/functions/max-transact-sql.md)
216216
[MIN &#40;Transact-SQL&#41;](../../t-sql/functions/min-transact-sql.md)

docs/t-sql/functions/logical-functions-least-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: josteen
1919
ms.reviewer: wiassaf
2020
---
2121
# Logical Functions - LEAST (Transact-SQL)
22-
[!INCLUDE [sql-asdb-asdbmi-asa-svrless-poolonly](../../includes/applies-to-version/sql-asdb-asdbmi-asa-svrless-poolonly.md)]
22+
[!INCLUDE [asdb-asdbmi](../../includes/applies-to-version/asdb-asdbmi.md)]
2323

2424
This function returns the minimum value from a list of one or more expressions.
2525

@@ -37,7 +37,7 @@ LEAST ( expression1 [ ,...expressionN ] )
3737

3838
Each expression can be a constant, variable, column name or function, and any combination of arithmetic, bitwise, and string operators. Aggregate functions and scalar subqueries are permitted.
3939

40-
## Return Types
40+
## Return types
4141
Returns the data type with the highest precedence from the set of types passed to the function. For more information, see [Data Type Precedence &#40;Transact-SQL&#41;](../../t-sql/data-types/data-type-precedence-transact-sql.md).
4242

4343
If all arguments have the same data type and the type is supported for comparison, `LEAST` will return that type.
@@ -210,7 +210,7 @@ LeastPrice
210210
```
211211

212212

213-
## See Also
213+
## See also
214214
[GREATEST &#40;Transact-SQL&#41;](../../t-sql/functions/logical-functions-greatest-transact-sql.md)
215215
[MAX &#40;Transact-SQL&#41;](../../t-sql/functions/max-transact-sql.md)
216216
[MIN &#40;Transact-SQL&#41;](../../t-sql/functions/min-transact-sql.md)

0 commit comments

Comments
 (0)