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

Commit 8449c98

Browse files
authored
remove sql colorizer
1 parent c8fde7b commit 8449c98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ This example returns the `ACOS` value of the specified number.
4949

5050
```sql
5151
SET NOCOUNT OFF;
52-
DECLARE @cos float;
52+
DECLARE @cos FLOAT;
5353
SET @cos = -1.0;
54-
SELECT 'The ACOS of the number is: ' + CONVERT(varchar, ACOS(@cos));
54+
SELECT 'The ACOS of the number is: ' + CONVERT(VARCHAR, ACOS(@cos));
5555
```
5656

5757
[!INCLUDE[ssResult](../../includes/ssresult-md.md)]
5858

59-
```sql
59+
```
6060
---------------------------------
6161
The ACOS of the number is: 3.14159
6262

0 commit comments

Comments
 (0)