diff --git a/docs/access/desktop-database-reference/sql-data-types.md b/docs/access/desktop-database-reference/sql-data-types.md index 98073681b..c727630ac 100644 --- a/docs/access/desktop-database-reference/sql-data-types.md +++ b/docs/access/desktop-database-reference/sql-data-types.md @@ -87,7 +87,7 @@ The following table lists the primary data types. The synonyms are identified in
DECIMAL
17 bytes
12 bytes
An exact numeric data type that holds values from 1028 - 1 through - 1028 - 1. You can define both precision (1 - 28) and scale (0 - defined precision). The default precision and scale are 18 and 0, respectively.