grouping by timestampz #2462
Unanswered
Lunarequest
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to port some code that uses python sqlalchemy I would do do
.group_by(func.date_trunc('hour', timestampz_col))
to filter by time. I don't understand how I am supposed to do the same in sea-orm. Is this not supported by sea-orm/sqlx?Beta Was this translation helpful? Give feedback.
All reactions