We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 241b503 + 89b8e5c commit e0bc81bCopy full SHA for e0bc81b
1 file changed
docs/t-sql/functions/avg-transact-sql.md
@@ -62,7 +62,7 @@ The evaluated result of *expression* determines the return type.
62
|**smallint**|**int**|
63
|**int**|**int**|
64
|**bigint**|**bigint**|
65
-|**decimal** category (p, s)|**decimal(38, min(s,6))**|
+|**decimal** category (p, s)|**decimal(38, max(s,6))**|
66
|**money** and **smallmoney** category|**money**|
67
|**float** and **real** category|**float**|
68
0 commit comments