1016101710181019102010211022
new FetchTests(this).testFetchLater(); } @Test public void testGrouping() throws Exception { new GroupByTests(this).testGrouping(); }
1021102210231024102510261027
new GroupByTests(this).testGrouping(); } @Test public void testGroupByCubeRollup() throws Exception { new GroupByTests(this).testGroupByCubeRollup(); }
1026102710281029103010311032
new GroupByTests(this).testGroupByCubeRollup(); } @Test public void testHavingWithoutGrouping() throws Exception { new GroupByTests(this).testHavingWithoutGrouping(); }