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

Commit fb0fa40

Browse files
authored
added sql colorizer
1 parent d8b7fde commit fb0fa40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RADIANS ( numeric_expression )
4747
### A. Using RADIANS to show 0.0
4848
The following example returns a result of `0.0` because the numeric expression to convert to radians is too small for the `RADIANS` function.
4949

50-
```
50+
```sql
5151
SELECT RADIANS(1e-307)
5252
GO
5353
```
@@ -63,7 +63,7 @@ GO
6363
### B. Using RADIANS to return the equivalent angle of a float expression.
6464
The following example takes a `float` expression and returns the `RADIANS` of the specified angle.
6565

66-
```
66+
```sql
6767
-- First value is -45.01.
6868
DECLARE @angle FLOAT
6969
SET @angle = -45.01

0 commit comments

Comments
 (0)