select cidx, CCHAR1, REPEAT(CCHAR1,0) from datatypetestm; select cidx, CCHAR1, REPEAT(CCHAR1,1) from datatypetestm; select cidx, CCHAR1, REPEAT(CCHAR1,5) from datatypetestm; select cidx, CCHAR2, REPEAT(CCHAR2,0) from datatypetestm; select cidx, CCHAR2, REPEAT(CCHAR2,1) from datatypetestm; select cidx, CCHAR2, REPEAT(CCHAR2,5) from datatypetestm; select cidx, CCHAR3, REPEAT(CCHAR3,0) from datatypetestm; select cidx, CCHAR3, REPEAT(CCHAR3,1) from datatypetestm; select cidx, CCHAR3, REPEAT(CCHAR3,5) from datatypetestm; select cidx, CCHAR4, REPEAT(CCHAR4,0) from datatypetestm; select cidx, CCHAR4, REPEAT(CCHAR4,1) from datatypetestm; select cidx, CCHAR4, REPEAT(CCHAR4,5) from datatypetestm; select cidx, CCHAR5, REPEAT(CCHAR5,0) from datatypetestm; select cidx, CCHAR5, REPEAT(CCHAR5,1) from datatypetestm; select cidx, CCHAR5, REPEAT(CCHAR5,5) from datatypetestm; select cidx, CCHAR6, REPEAT(CCHAR6,0) from datatypetestm; select cidx, CCHAR6, REPEAT(CCHAR6,1) from datatypetestm; select cidx, CCHAR6, REPEAT(CCHAR6,5) from datatypetestm; select cidx, CCHAR7, REPEAT(CCHAR7,0) from datatypetestm; select cidx, CCHAR7, REPEAT(CCHAR7,1) from datatypetestm; select cidx, CCHAR7, REPEAT(CCHAR7,5) from datatypetestm; select cidx, CCHAR8, REPEAT(CCHAR8,0) from datatypetestm; select cidx, CCHAR8, REPEAT(CCHAR8,1) from datatypetestm; select cidx, CCHAR8, REPEAT(CCHAR8,5) from datatypetestm; select cidx, CCHAR9, REPEAT(CCHAR9,0) from datatypetestm; select cidx, CCHAR9, REPEAT(CCHAR9,1) from datatypetestm; select cidx, CCHAR9, REPEAT(CCHAR9,5) from datatypetestm; select cidx, CCHAR255, REPEAT(CCHAR255,0) from datatypetestm; select cidx, CCHAR255, REPEAT(CCHAR255,1) from datatypetestm; select cidx, CCHAR255, REPEAT(CCHAR255,5) from datatypetestm; select cidx, CVCHAR1, REPEAT(CVCHAR1,0) from datatypetestm; select cidx, CVCHAR1, REPEAT(CVCHAR1,1) from datatypetestm; select cidx, CVCHAR1, REPEAT(CVCHAR1,5) from datatypetestm; select cidx, CVCHAR2, REPEAT(CVCHAR2,0) from datatypetestm; select cidx, CVCHAR2, REPEAT(CVCHAR2,1) from datatypetestm; select cidx, CVCHAR2, REPEAT(CVCHAR2,5) from datatypetestm; select cidx, CVCHAR3, REPEAT(CVCHAR3,0) from datatypetestm; select cidx, CVCHAR3, REPEAT(CVCHAR3,1) from datatypetestm; select cidx, CVCHAR3, REPEAT(CVCHAR3,5) from datatypetestm; select cidx, CVCHAR4, REPEAT(CVCHAR4,0) from datatypetestm; select cidx, CVCHAR4, REPEAT(CVCHAR4,1) from datatypetestm; select cidx, CVCHAR4, REPEAT(CVCHAR4,5) from datatypetestm; select cidx, CVCHAR5, REPEAT(CVCHAR5,0) from datatypetestm; select cidx, CVCHAR5, REPEAT(CVCHAR5,1) from datatypetestm; select cidx, CVCHAR5, REPEAT(CVCHAR5,5) from datatypetestm; select cidx, CVCHAR6, REPEAT(CVCHAR6,0) from datatypetestm; select cidx, CVCHAR6, REPEAT(CVCHAR6,1) from datatypetestm; select cidx, CVCHAR6, REPEAT(CVCHAR6,5) from datatypetestm; select cidx, CVCHAR7, REPEAT(CVCHAR7,0) from datatypetestm; select cidx, CVCHAR7, REPEAT(CVCHAR7,1) from datatypetestm; select cidx, CVCHAR7, REPEAT(CVCHAR7,5) from datatypetestm; select cidx, CVCHAR8, REPEAT(CVCHAR8,0) from datatypetestm; select cidx, CVCHAR8, REPEAT(CVCHAR8,1) from datatypetestm; select cidx, CVCHAR8, REPEAT(CVCHAR8,5) from datatypetestm; select cidx, CVCHAR255, REPEAT(CVCHAR255,0) from datatypetestm; select cidx, CVCHAR255, REPEAT(CVCHAR255,1) from datatypetestm; select cidx, CVCHAR255, REPEAT(CVCHAR255,5) from datatypetestm; select cidx, CCHAR1 from datatypetestm order by REPEAT(CCHAR1,0), cidx; select cidx, CCHAR1 from datatypetestm order by REPEAT(CCHAR1,1), cidx; select cidx, CCHAR1 from datatypetestm order by REPEAT(CCHAR1,5), cidx; select cidx, CCHAR2 from datatypetestm order by REPEAT(CCHAR2,0), cidx; select cidx, CCHAR2 from datatypetestm order by REPEAT(CCHAR2,1), cidx; select cidx, CCHAR2 from datatypetestm order by REPEAT(CCHAR2,5), cidx; select cidx, CCHAR3 from datatypetestm order by REPEAT(CCHAR3,0), cidx; select cidx, CCHAR3 from datatypetestm order by REPEAT(CCHAR3,1), cidx; select cidx, CCHAR3 from datatypetestm order by REPEAT(CCHAR3,5), cidx; select cidx, CCHAR4 from datatypetestm order by REPEAT(CCHAR4,0), cidx; select cidx, CCHAR4 from datatypetestm order by REPEAT(CCHAR4,1), cidx; select cidx, CCHAR4 from datatypetestm order by REPEAT(CCHAR4,5), cidx; select cidx, CCHAR5 from datatypetestm order by REPEAT(CCHAR5,0), cidx; select cidx, CCHAR5 from datatypetestm order by REPEAT(CCHAR5,1), cidx; select cidx, CCHAR5 from datatypetestm order by REPEAT(CCHAR5,5), cidx; select cidx, CCHAR6 from datatypetestm order by REPEAT(CCHAR6,0), cidx; select cidx, CCHAR6 from datatypetestm order by REPEAT(CCHAR6,1), cidx; select cidx, CCHAR6 from datatypetestm order by REPEAT(CCHAR6,5), cidx; select cidx, CCHAR7 from datatypetestm order by REPEAT(CCHAR7,0), cidx; select cidx, CCHAR7 from datatypetestm order by REPEAT(CCHAR7,1), cidx; select cidx, CCHAR7 from datatypetestm order by REPEAT(CCHAR7,5), cidx; select cidx, CCHAR8 from datatypetestm order by REPEAT(CCHAR8,0), cidx; select cidx, CCHAR8 from datatypetestm order by REPEAT(CCHAR8,1), cidx; select cidx, CCHAR8 from datatypetestm order by REPEAT(CCHAR8,5), cidx; select cidx, CCHAR9 from datatypetestm order by REPEAT(CCHAR9,0), cidx; select cidx, CCHAR9 from datatypetestm order by REPEAT(CCHAR9,1), cidx; select cidx, CCHAR9 from datatypetestm order by REPEAT(CCHAR9,5), cidx; select cidx, CCHAR255 from datatypetestm order by REPEAT(CCHAR255,0), cidx; select cidx, CCHAR255 from datatypetestm order by REPEAT(CCHAR255,1), cidx; select cidx, CCHAR255 from datatypetestm order by REPEAT(CCHAR255,5), cidx; select cidx, CVCHAR1 from datatypetestm order by REPEAT(CVCHAR1,0), cidx; select cidx, CVCHAR1 from datatypetestm order by REPEAT(CVCHAR1,1), cidx; select cidx, CVCHAR1 from datatypetestm order by REPEAT(CVCHAR1,5), cidx; select cidx, CVCHAR2 from datatypetestm order by REPEAT(CVCHAR2,0), cidx; select cidx, CVCHAR2 from datatypetestm order by REPEAT(CVCHAR2,1), cidx; select cidx, CVCHAR2 from datatypetestm order by REPEAT(CVCHAR2,5), cidx; select cidx, CVCHAR3 from datatypetestm order by REPEAT(CVCHAR3,0), cidx; select cidx, CVCHAR3 from datatypetestm order by REPEAT(CVCHAR3,1), cidx; select cidx, CVCHAR3 from datatypetestm order by REPEAT(CVCHAR3,5), cidx; select cidx, CVCHAR4 from datatypetestm order by REPEAT(CVCHAR4,0), cidx; select cidx, CVCHAR4 from datatypetestm order by REPEAT(CVCHAR4,1), cidx; select cidx, CVCHAR4 from datatypetestm order by REPEAT(CVCHAR4,5), cidx; select cidx, CVCHAR5 from datatypetestm order by REPEAT(CVCHAR5,0), cidx; select cidx, CVCHAR5 from datatypetestm order by REPEAT(CVCHAR5,1), cidx; select cidx, CVCHAR5 from datatypetestm order by REPEAT(CVCHAR5,5), cidx; select cidx, CVCHAR6 from datatypetestm order by REPEAT(CVCHAR6,0), cidx; select cidx, CVCHAR6 from datatypetestm order by REPEAT(CVCHAR6,1), cidx; select cidx, CVCHAR6 from datatypetestm order by REPEAT(CVCHAR6,5), cidx; select cidx, CVCHAR7 from datatypetestm order by REPEAT(CVCHAR7,0), cidx; select cidx, CVCHAR7 from datatypetestm order by REPEAT(CVCHAR7,1), cidx; select cidx, CVCHAR7 from datatypetestm order by REPEAT(CVCHAR7,5), cidx; select cidx, CVCHAR8 from datatypetestm order by REPEAT(CVCHAR8,0), cidx; select cidx, CVCHAR8 from datatypetestm order by REPEAT(CVCHAR8,1), cidx; select cidx, CVCHAR8 from datatypetestm order by REPEAT(CVCHAR8,5), cidx; select cidx, CVCHAR255 from datatypetestm order by REPEAT(CVCHAR255,0), cidx; select cidx, CVCHAR255 from datatypetestm order by REPEAT(CVCHAR255,1), cidx; select cidx, CVCHAR255 from datatypetestm order by REPEAT(CVCHAR255,5), cidx;