Skip to content

Commit 3ef0408

Browse files
authored
added sql colorizer
1 parent 12cade5 commit 3ef0408

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/functions/filegroup-name-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This function returns the filegroup name for the specified filegroup identificat
3535

3636
## Syntax
3737

38-
```
38+
```syntaxsql
3939
FILEGROUP_NAME ( filegroup_id )
4040
```
4141

@@ -55,7 +55,7 @@ The filegroup ID number whose filegroup name `FILEGROUP_NAME` will return. *file
5555
## Examples
5656
This example returns the filegroup name for filegroup ID `1` in the [!INCLUDE[ssSampleDBnormal](../../includes/sssampledbnormal-md.md)] database.
5757

58-
```
58+
```sql
5959
SELECT FILEGROUP_NAME(1) AS [Filegroup Name];
6060
GO
6161
```

0 commit comments

Comments
 (0)