Hey, I need to implement a fairly complex query th...
# exposed
e
Hey, I need to implement a fairly complex query that I don't know how to "translate"... I need to use the DENSE_RANK() window function with PARTITION BY and ORDER BY. Is there a way to do so?
e
you can add your own functions which can be called within your query. See Exposed Functions.kt for some examples