【发布时间】:2021-12-26 15:18:20
【问题描述】:
(Ecto.Query.CompileError) any(l.signers) 不是有效的查询表达式。
(from l in Listing, where: "xxxxxx@gmail.com" == any(l.signers))
|> Repo.all()
【问题讨论】:
-
你的问题是什么,顺便说一句?
标签: postgresql elixir ecto phoenix