Results 1 comments of Caleb

I'm getting the same issue, but mine doesn't have a join: ```sql create or replace view "public"."active_items" as SELECT item.id, item.name, ... FROM items WHERE (item.is_deactivated = false); ``` It's...