You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/access/desktop-database-reference/sql-data-types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ The following table lists the primary data types. The synonyms are identified in
87
87
</tr>
88
88
<trclass="odd">
89
89
<td><p>DECIMAL</p></td>
90
-
<td><p>17 bytes</p></td>
90
+
<td><p>12 bytes</p></td>
91
91
<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>
0 commit comments