v.18.14New Feature
Added Support for Reading Decimal Values in Engineering Notation
Added the ability to read Decimal type values in engineering notation (indicating powers of ten). #3153Why it matters
This feature addresses the need to interpret and work withDecimal values represented in engineering notation, making it easier for users to handle numeric data that uses this format commonly found in scientific and engineering contexts.How to use it
Users can input or queryDecimal values using engineering notation directly in their SQL statements. The system automatically recognizes and parses these values without additional configuration.