adding test scripts
[csql.git] / test / sql / Distinct / distinct_alltypes.sql
blobaa715beb040576ae988ca98ff320b43340d79d24
1 echo select distinct f0 from t1;
2 select distinct f0 from t1;
3 echo select distinct f1 from t1;
4 select distinct f1 from t1;
5 echo select distinct f2 from t1;
6 select distinct f2 from t1;
7 echo select distinct f3 from t1;
8 select distinct f3 from t1;
9 echo select distinct f4 from t1;
10 select distinct f4 from t1;
11 echo select distinct f5 from t1;
12 select distinct f5 from t1;
13 echo select distinct f6 from t1;
14 select distinct f6 from t1;
15 echo select distinct f7 from t1;
16 select distinct f7 from t1;
17 echo select distinct f8 from t1;
18 select distinct f8 from t1;
19 echo select distinct f9 from t1;
20 select distinct f9 from t1;
21 echo select distinct f1,f2,f3 from t1;
22 select distinct f1,f2,f3 from t1;
23 echo select distinct f0,f1,f2,f3 from t1;
24 select distinct f0,f1,f2,f3 from t1;
25 echo select distinct f2,f3 from t1;
26 select distinct f2,f3 from t1;
27 echo select distinct f2,f3,f4,f5 from t1;
28 select distinct f2,f3,f4,f5 from t1;
29 echo select distinct f2,f3,f4,f5,f6 from t1;
30 select distinct f2,f3,f4,f5,f6 from t1;
31 echo select distinct f4,f6,f2,f5,f3,f7,f8 from t1;
32 select distinct f4,f6,f2,f5,f3,f7,f8 from t1;
33 echo select distinct f2,f3,f4,f5,f8,f7,f9,f6 from t1;
34 select distinct f2,f3,f4,f5,f8,f7,f9,f6 from t1;