From 83658dd4db7acc52d9dee77001bd478f1526641b Mon Sep 17 00:00:00 2001 From: michael-baer-xyz <111288940+michael-baer-xyz@users.noreply.github.com> Date: Tue, 23 Dec 2025 11:36:47 +0100 Subject: [PATCH] Correct DECIMAL data type byte size in documentation Decimal should require 12 bytes, not 17 --- docs/access/desktop-database-reference/sql-data-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.