Returns the raw mathematical expression as-is.
Example:
QMath('COUNT(*)').toSQL(); // "COUNT(*)"
@override String toSQL<T extends SqlType>() { return math; }