We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f9a778 + be4c3a9 commit 80952f2Copy full SHA for 80952f2
1 file changed
docs/t-sql/functions/datediff-transact-sql.md
@@ -61,10 +61,10 @@ The following table lists all the valid _datepart_ values. **DATEDIFF** accepts
61
62
|*datepart* name|*datepart* abbreviation|
63
|-----------|------------|
64
-|**year**|**yy, yyyy**|
+|**year**|**y, yy, yyyy**|
65
|**quarter**|**qq, q**|
66
|**month**|**mm, m**|
67
-|**dayofyear**|**dy, y**|
+|**dayofyear**|**dy**|
68
|**day**|**dd, d**|
69
|**week**|**wk, ww**|
70
|**hour**|**hh**|
0 commit comments