Skip to content

Commit 049ced9

Browse files
authored
Merge pull request MicrosoftDocs#5827 from zelanko/patch-1
Remove Space After Decimal Point
2 parents d3e115d + ae8469b commit 049ced9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/data-types/date-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ SELECT
209209
|**date**|2007-05-08|
210210
|**smalldatetime**|2007-05-08 12:35:00|
211211
|**datetime**|2007-05-08 12:35:29.123|
212-
|**datetime2**|2007-05-08 12:35:29. 1234567|
212+
|**datetime2**|2007-05-08 12:35:29.1234567|
213213
|**datetimeoffset**|2007-05-08 12:35:29.1234567 +12:15|
214214

215215
First introduced in SQL Server 2008.

0 commit comments

Comments
 (0)