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). #3153
Added support for reading Decimal type values in engineering notation, which expresses numbers using powers of ten.

Why it matters

This feature addresses the need to interpret and work with Decimal 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 query Decimal values using engineering notation directly in their SQL statements. The system automatically recognizes and parses these values without additional configuration.