{"3", "2", "1"},{"3", "2", "1"}, {"3", "2", "1"},
{"3", "2", "1"},{"3", "2", "1"}, {"3", "2", "1"},
{"3", "2", "1"},{"3", "2", "1"}};
rs = s.executeQuery(sql1);
rtsp = SQLUtilities.getRuntimeStatisticsParser(s);
assertFalse(rtsp.whatSortingRequired());
rs = s.executeQuery(sql1);
JDBC.assertFullResultSet(rs, result);
sql1 = "select c.col1, b.col1, a.col1 from a, b, c where a.col1=1 "+
"and b.col1 = 2 and c.col1=3 order by c.col2, b.col2, a.col2";