Hello,
I notice that Calcite happily accepts decimal type specifications where the scale is greater than the precision. There are quite a few tests with such types. What is the meaning of such types? The SQL 92 standard has this statement on page 109: 15)The <scale> of an <exact numeric type> shall not be greater than the <precision> of the <exact numeric type>. Thank you, Mihai