select count(c1) c1 from bug3040d where c1='1'; select count(vc1) c2 from bug3040d where vc1='1'; select count(c2) c3 from bug3040d where c2='12'; select count(vc2) c4 from bug3040d where vc2='12'; select count(c3) c5 from bug3040d where c3='123'; select count(vc3) c6 from bug3040d where vc3='123'; select count(c4) c7 from bug3040d where c4='1234'; select count(vc4) c8 from bug3040d where vc4='1234'; select count(c5) c9 from bug3040d where c5='12345'; select count(vc5) c10 from bug3040d where vc5='12345'; select count(c6) c11 from bug3040d where c6='123456'; select count(vc6) c12 from bug3040d where vc6='123456'; select count(c7) c13 from bug3040d where c7='1234567'; select count(vc7) c14 from bug3040d where vc7='1234567'; select count(c8) c15 from bug3040d where c8='12345678'; select count(vc8) c16 from bug3040d where vc8='12345678'; select count(c9) c17 from bug3040d where c9='123456789'; select count(vc9) c18 from bug3040d where vc9='123456789';