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

Commit 0bb3054

Browse files
authored
Updated capitalization
Keywords from lowercase to uppercase
1 parent 478ecad commit 0bb3054

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/functions/cot-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ An [expression](../../t-sql/language-elements/expressions-transact-sql.md) of ty
4444
This example returns the `COT` value for the specific angle:
4545

4646
```sql
47-
DECLARE @angle float;
47+
DECLARE @angle FLOAT;
4848
SET @angle = 124.1332;
49-
SELECT 'The COT of the angle is: ' + CONVERT(varchar,COT(@angle));
49+
SELECT 'The COT of the angle is: ' + CONVERT(VARCHAR, COT(@angle));
5050
GO
5151
```
5252

0 commit comments

Comments
 (0)