Skip to content

Commit 987c7ef

Browse files
authored
Merge pull request #869 from sqlsauce/patch-1
Update cast-and-convert-transact-sql.md
2 parents 3fb6ae0 + 75294e2 commit 987c7ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/functions/cast-and-convert-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "CAST and CONVERT (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "04/13/2018"
@@ -482,7 +482,7 @@ SELECT CAST('<Name><FName>Carol</FName><LName>Elliot</LName></Name>' AS XML)
482482
See [Create Instances of XML Data](../../relational-databases/xml/create-instances-of-xml-data.md) for more examples.
483483

484484
### G. Using CAST and CONVERT with datetime data
485-
Starting with GETDATE() values, this example displays the current date and time, uses `CAST` to change the current date and time to a character data type, and then uses `CONVERT` to display the date and time in the `ISO 8901` format.
485+
Starting with GETDATE() values, this example displays the current date and time, uses `CAST` to change the current date and time to a character data type, and then uses `CONVERT` to display the date and time in the `ISO 8601` format.
486486

487487
```sql
488488
SELECT

0 commit comments

Comments
 (0)