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