~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_group.result

Extracted the LOAD command into its own class and implementation files.
Removed the corresponding case label from the switch statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
787
787
330000000
788
788
select 1e8 * min(df) from t1;
789
789
1e8 * min(df)
790
 
110000000
 
790
110000000.00000001
791
791
create table t3 (ifl int);
792
792
insert into t3 values(1), (2);
793
793
select cast(min(ifl) as decimal(5,2)) from t3;
1080
1080
0.21325764
1081
1081
select std(o1/o2) from bug22555;
1082
1082
std(o1/o2)
1083
 
0.213257635866493
 
1083
0.2132576358664934
1084
1084
select std(e1/e2) from bug22555;
1085
1085
std(e1/e2)
1086
1086
0.21325764
1106
1106
0.21325763586649340
1107
1107
select std(o1/o2) from bug22555;
1108
1108
std(o1/o2)
1109
 
0.213257635866493
 
1109
0.2132576358664934
1110
1110
select round(std(e1/e2), 17) from bug22555;
1111
1111
round(std(e1/e2), 17)
1112
1112
0.21325763586649340
1131
1131
0.21325763586649340
1132
1132
select std(o1/o2) from bug22555;
1133
1133
std(o1/o2)
1134
 
0.213257635866493
 
1134
0.2132576358664934
1135
1135
select round(std(e1/e2), 17) from bug22555;
1136
1136
round(std(e1/e2), 17)
1137
1137
0.21325763586649340