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

Commit 0ecbd13

Browse files
authored
added sql colorizer
1 parent b28c5a3 commit 0ecbd13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ms.author: maghan
3232

3333
## Syntax
3434

35-
```
35+
```syntaxsql
3636
@@LANGID
3737
```
3838

@@ -47,7 +47,7 @@ ms.author: maghan
4747
## Examples
4848
The following example sets the language for the current session to `Italian`, and then uses `@@LANGID` to return the ID for Italian.
4949

50-
```
50+
```sql
5151
SET LANGUAGE 'Italian'
5252
SELECT @@LANGID AS 'Language ID'
5353
```

0 commit comments

Comments
 (0)