Skip to content

Commit 80952f2

Browse files
authored
Merge pull request #7206 from allanford17/patch-2
Update datediff-transact-sql.md
2 parents 7f9a778 + be4c3a9 commit 80952f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ The following table lists all the valid _datepart_ values. **DATEDIFF** accepts
6161

6262
|*datepart* name|*datepart* abbreviation|
6363
|-----------|------------|
64-
|**year**|**yy, yyyy**|
64+
|**year**|**y, yy, yyyy**|
6565
|**quarter**|**qq, q**|
6666
|**month**|**mm, m**|
67-
|**dayofyear**|**dy, y**|
67+
|**dayofyear**|**dy**|
6868
|**day**|**dd, d**|
6969
|**week**|**wk, ww**|
7070
|**hour**|**hh**|

0 commit comments

Comments
 (0)