Returns the raw SQL string.
@override String toSql() { _applyDefaultWithCountIfNeeded(); return grammar.compileSelect(_getQueryComponents()); }