Skip to content

Commit f52b806

Browse files
authored
Merge pull request #812 from michael-baer-xyz/patch-1
Correct DECIMAL data type byte size in documentation
2 parents c4add9b + 83658dd commit f52b806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/access/desktop-database-reference/sql-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following table lists the primary data types. The synonyms are identified in
8787
</tr>
8888
<tr class="odd">
8989
<td><p>DECIMAL</p></td>
90-
<td><p>17 bytes</p></td>
90+
<td><p>12 bytes</p></td>
9191
<td><p>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.</p></td>
9292
</tr>
9393
<tr class="even">

0 commit comments

Comments
 (0)