SQL Statements for Flat-File Drivers : Select Statement : SQL Expressions : Exponential Notation

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

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.