Subject | Re: [firebird-support] Bug or feature (left join) |
---|---|
Author | Ann W. Harrison |
Post date | 2006-11-17T18:39:06Z |
Ann W. Harrison wrote:
Whoops bad case of cut and paste!
The first of the variants that works should be like this!
select e.name
from employees e
left join departments d
on e.dept_id = d.dept_id and d.manager <> 'Voldemort'
where e.age > 20
Whoops bad case of cut and paste!
The first of the variants that works should be like this!
select e.name
from employees e
left join departments d
on e.dept_id = d.dept_id and d.manager <> 'Voldemort'
where e.age > 20