~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/select.result

  • Committer: Monty Taylor
  • Date: 2011-02-11 23:32:44 UTC
  • mto: (2165.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110211233244-swy1ybrpfuwmkc5l
Actually distribute the pc files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1903
1903
select max(t2nr) from t3 where price=983543950;
1904
1904
max(t2nr)
1905
1905
41807
 
1906
select t1.period from t3 = t1 limit 1;
 
1907
period
 
1908
1001
1906
1909
select t1.period from t1 as t1 limit 1;
1907
1910
period
1908
1911
9410