We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cade5 commit 3ef0408Copy full SHA for 3ef0408
1 file changed
docs/t-sql/functions/filegroup-name-transact-sql.md
@@ -35,7 +35,7 @@ This function returns the filegroup name for the specified filegroup identificat
35
36
## Syntax
37
38
-```
+```syntaxsql
39
FILEGROUP_NAME ( filegroup_id )
40
```
41
@@ -55,7 +55,7 @@ The filegroup ID number whose filegroup name `FILEGROUP_NAME` will return. *file
55
## Examples
56
This example returns the filegroup name for filegroup ID `1` in the [!INCLUDE[ssSampleDBnormal](../../includes/sssampledbnormal-md.md)] database.
57
58
+```sql
59
SELECT FILEGROUP_NAME(1) AS [Filegroup Name];
60
GO
61
0 commit comments