~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/group_by.result

  • Committer: Brian Aker
  • Date: 2011-01-20 07:24:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2098.
  • Revision ID: brian@tangent.org-20110120072429-syx86e62oltjan6v
Update unit tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
895
895
f1      f2
896
896
select * from t1 group by f1, f2;
897
897
f1      f2
898
 
select t1.f1,t.* from t1, t1 t where t1.f1 >= 0 group by 1;
 
898
select t1.f1,t.* from t1, t1 t group by 1;
899
899
f1      f1      f2
900
900
drop table t1;
901
901
CREATE TABLE t1(