Hello CRM masters.
I need to get data records with offset like this:
SELECT * FROM my_table ORDER BY order_field ASC
LIMIT 10, <offset_number>
where <offset_number> is an index of the record to start from.
I use RSSBus as transport and c# as back-end in my portal. As I see it is impossible to get offset in such way.
I tried to use offset() or row_number() but got errors.
Please show me the right way to do it. Maybe it is written about in some documentation, but I can't find it.
Thank you for any help
PS
it is a copy of my question here https://social.microsoft.com/Forums/en-US/c4c11704-964c-4c26-a88c-0afab4b392e0/getting-records-with-offset?forum=crmdevelopment
I'm sorry if I violate any rules. I don't know were is the best place to post it.
*This post is locked for comments
I have the same question (0)