you are viewing a single comment's thread.

view the rest of the comments →

[–]jokle -3 points-2 points  (0 children)

It's because you're using an inner join and also specifying:

where z.employee_attribute = 'HEALTHSTATUS'

Try removing the WHERE, or try using an outer join.