"index=template_twenty \n" +
"where test.twenty = template.twenty").close();
// Rowcount should be same as testSingleColumnSelectivityHash
checkEstimatedRowCount(conn,802001.25);
rtsp = SQLUtilities.getRuntimeStatisticsParser(s);
assertTrue(rtsp.usedSpecificIndexForIndexScan("TEMPLATE", "TEMPLATE_TWENTY"));
// join on 20 but use index 20_2
// cost as well as selectivity should be divided using selectivity
// cost should same as template_twenty, or just a shade more...
// join on twenty. template inner, NL, index=template_22, all rows