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.
IN elixir with Postgres, how to generate_series and convert from ‘UTC’ to another zone?
I am trying to do a time series and convert what is ‘utc’ time into another zone.