Our Agents

    select * from per_agent left join person on person.id = per_agent.person_id and person.active = 1 where per_agent.active = 1 and person.id is not null order by lname asc
ERROR: relation "per_agent" does not exist