On 2014-05-21 10:37, [email protected] wrote:
*SELECT**0.02* tells that the precision of the numeric column is 1 (but obviously it should be >= 2 (scale)).
No, the precision is the number of significant digits in a number. In this case the precision is 1 since there is only one significant digit in the number. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
