~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/select.result

Remove greedy use = for table alias allowance.

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
1909
1906
select t1.period from t1 as t1 limit 1;
1910
1907
period
1911
1908
9410