Exponential Notation
- Last Updated: October 5, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Exponential Notation
You can include exponential notation in expression elements. For example:
SELECT col1, 3.4E+7 FROM table1 WHERE calc < 3.4E-6 * col2