When doing the following query:
select t1.field, t2.field as targetfield
from table1 t1
left join table2 t2 on t1.id = t2.id
I would expect the columns 'field' and 'targetfield'. In stead the first columnname is 't1.field'. The second is as I expect.
|
Supported. Please download the latest package.
|