querySql(limitFiled, groups, aggregators, filters, orders, table, notUseAs) ::=<< SELECT * }; separator=",\n"> AS }; separator=",\n"> , AS }; separator=",\n"> FROM WHERE }; separator="\nAND "> GROUP BY }; separator=",\n"> ORDER BY }; separator=",\n"> >> previewSql(limitFiled, groups, aggregators, filters, orders, table, isGroup, notUseAs) ::=<< SELECT * }; separator=",\n"> AS }; separator=",\n"> , AS }; separator=",\n"> FROM WHERE }; separator="\nAND "> GROUP BY }; separator=",\n"> ORDER BY }; separator=",\n"> >>