toSql gets the sequel value of a query
@override String toSql() { final builder = _copyQueryWith(); clear(); return builder.fullSql; }