-
How to implementation A field add B field greater than a number in query where condition? |
Beta Was this translation helpful? Give feedback.
Answered by
tyt2y3
Jul 11, 2022
Replies: 1 comment
-
You'd need to get the underlying query builder first, https://docs.rs/sea-orm/latest/sea_orm/query/trait.QuerySelect.html#tymethod.query and https://docs.rs/sea-query/latest/sea_query/expr/struct.Expr.html#method.add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
billy1624
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'd need to get the underlying query builder first, https://docs.rs/sea-orm/latest/sea_orm/query/trait.QuerySelect.html#tymethod.query and https://docs.rs/sea-query/latest/sea_query/expr/struct.Expr.html#method.add