-
I'm looking to generate |
Beta Was this translation helpful? Give feedback.
Answered by
seijikun
Jul 24, 2024
Replies: 1 comment 1 reply
-
This should work using something like: let mut query = Query::select();
query.expr_as(
Expr::col(db::Table::Column::Foo),
Alias::new("bar")
) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
narigama
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should work using something like: