select count(middle) from (select textwindow(t,10 ,10) from (select concatterms(hashmd5(c1)) as t from range(100000)));
