In elixir iex, I want to know the basic steps.
1.If i had the module and How to import it.
2.I want run from l in '' where
and get the map.
Im tried to import with import Ecto.Query
, and then
I was running some like from l in '' where
, i got this
#Ecto.Query<from l in "", where: >
, how to get the data result?