Relative Content

Tag Archive for postgresqlelixirecto

Ecto where not in array still just includes rows

I am attempting to create a system in a phoenix web app using ecto where I have a many-to-many relationship between table A and table B. Table C is used to create the join between these two.