Skip to content

Commit

Permalink
NUMBER(38,0) is considered as INTEGER basetype
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkasemmler committed Oct 29, 2024
1 parent 597c290 commit 4851326
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions storage/tables/data-types/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The `INTEGER` base type represents data types for whole numbers.
<tr>
<th rowspan='12'>Generic</th>
<td>bigint</td>
<td rowspan='42'>INTEGER</td>
<td rowspan='43'>INTEGER</td>
<td rowspan='12' colspan='2'></td>
</tr>
<tr>
Expand Down Expand Up @@ -337,10 +337,10 @@ The `INTEGER` base type represents data types for whole numbers.
<th>SiSense</th>
</tr>
<tr>
<th rowspan='6'>Snowflake</th>
<th rowspan='7'>Snowflake</th>
<td>BIGINT</td>
<td rowspan='6'>INTEGER</td>
<th rowspan='6'>Snowflake</th>
<td rowspan='7'>INTEGER</td>
<th rowspan='7'>Snowflake</th>
</tr>
<tr>
<td>BYTEINT</td>
Expand All @@ -357,6 +357,9 @@ The `INTEGER` base type represents data types for whole numbers.
<tr>
<td>TINYINT</td>
</tr>
<tr>
<td>NUMBER(38,0)</td>
</tr>
<tr>
<th rowspan='4'>Synapse</th>
<td>BIGINT</td>
Expand Down

0 comments on commit 4851326

Please sign in to comment.