piccolo-orm/piccolo

How to use window functions

vvanglro opened this issue · 1 comments

Hi, How to use window functions in piccolo? And how to use case when then.
postgresql-window-function

@vvanglro That is currently not supported, but you can try to use the Raw() or SelectRaw() functions to execute raw SQL. This is useful for running SQL queries that are not supported in Piccolo.