Closed mniewrzal closed 10 months ago
I didn't test but orderby
together with paged
might give you what you want.
it looks that if fields are primary key doing just paged
give what I needed:
read paged (
select columnA, columnB
)
Its still not possible to do custom (fieldA, fieldB) > (?, ?)
but I'm closing this for now as I found what was looking for.
I was unable to find a way to define something like
SELECT * WHERE (fieldA, fieldB) > (?, ?)