Skip to content

Commit a9c8bd2

Browse files
Merge pull request #33855 from markingmyname/bv-april2025-sql
[T-SQL] Remove warnings from previous Pr
2 parents a30006c + fe76948 commit a9c8bd2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ description: The FORMAT function returns a value formatted with the specified fo
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: randolphwest
7-
ms.date: 11/04/2024
7+
ms.date: 04/18/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
1111
f1_keywords:
12-
"FORMAT_TSQL"
13-
"FORMAT"
12+
- "FORMAT_TSQL"
13+
- "FORMAT"
1414
helpviewer_keywords:
15-
- "FORMAT function"
16-
dev_langs: "TSQL"
15+
- "FORMAT function"
16+
dev_langs:
17+
- TSQL
1718
ai-usage: "ai-assisted"
1819
monikerRange: "=azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azure-sqldw-latest || =fabric"
1920
---
@@ -260,7 +261,7 @@ FORMAT ( value, format_string [, culture ] )
260261
- `culture`: (Optional) A string that specifies the culture to use for formatting.
261262

262263
```sql
263-
SELECT FORMAT(1234567.89, 'N0') AS FormattedNumber;
264+
SELECT FORMAT(1234567.89, 'N0') AS FormattedNumber;
264265
```
265266

266267
```output

0 commit comments

Comments
 (0)