How to chain where, limit, and order_by without a select statement? #11472
-
|
Hello, How can I do that? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, You will need to use a select, you can replace the select clause using https://docs.sqlalchemy.org/en/20/core/selectable.html#sqlalchemy.sql.expression.Select.with_only_columns |
Beta Was this translation helpful? Give feedback.
-
|
Hi @CaselIT |
Beta Was this translation helpful? Give feedback.
Hi,
You will need to use a select, you can replace the select clause using https://docs.sqlalchemy.org/en/20/core/selectable.html#sqlalchemy.sql.expression.Select.with_only_columns