Subject Re: [firebird-support] Re: Count in Join slowly when using 'in'
Author Gary Benade
typo, sorry. should be

Select Count(*) From Employer R
Inner Join Employee E On E.EmployerId=R.Id
where R.CityId In (10,20,30)