Exponential/scientific notation
Numbers can be expressed using scientific notation.
Copy
SELECT column1 / 3.4E+7 FROM table1 WHERE calc < 3.4E-6 * column2