Exponential/scientific notation

Numbers can be expressed using scientific notation.

Example

Copy
SELECT column1 / 3.4E+7 FROM table1 WHERE calc < 3.4E-6 * column2