Subject | Re: Puzzled by choice of plan |
---|---|
Author | flipmooooo |
Post date | 2005-06-30T21:06:45Z |
> I did one further check today, and by changing fromwhat
> where d.diagnosis starting '206', to
> where d.diagnosis between '2060' and '2069', the plan changed to
> I would have expected it to be in the first place.Yes had the same problem a while ago. FB doesn't like Starting in
combination with combined key fields. Using between instead fixes the
problem.
Greetings,
Filip Moons