~ubuntu-branches/ubuntu/karmic/mysql-dfsg-5.1/karmic

« back to all changes in this revision

Viewing changes to mysql-test/r/func_group.result

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-06-25 12:55:45 UTC
  • mfrom: (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090625125545-v27uqh8rlsj8uh2y
Tags: upstream-5.1.34
ImportĀ upstreamĀ versionĀ 5.1.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
NULL    NULL
62
62
1       7
63
63
2       20.25
64
 
3       45.483163247594
 
64
3       45.4831632475944
65
65
create table t2 (grp int, a bigint unsigned, c char(10));
66
66
insert into t2 select grp,max(a)+max(grp),max(c) from t1 group by grp;
67
67
replace into t2 select grp, a, c from t1 limit 2,1;
1186
1186
0.21325764
1187
1187
select std(o1/o2) from bug22555;
1188
1188
std(o1/o2)
1189
 
0.21325763586649
 
1189
0.213257635866493
1190
1190
select std(e1/e2) from bug22555;
1191
1191
std(e1/e2)
1192
1192
0.21325764
1212
1212
0.21325763586649341
1213
1213
select std(o1/o2) from bug22555;
1214
1214
std(o1/o2)
1215
 
0.21325763586649
 
1215
0.213257635866493
1216
1216
select round(std(e1/e2), 17) from bug22555;
1217
1217
round(std(e1/e2), 17)
1218
1218
0.21325763586649341
1237
1237
0.21325763586649341
1238
1238
select std(o1/o2) from bug22555;
1239
1239
std(o1/o2)
1240
 
0.21325763586649
 
1240
0.213257635866493
1241
1241
select round(std(e1/e2), 17) from bug22555;
1242
1242
round(std(e1/e2), 17)
1243
1243
0.21325763586649341