Hi,how can I query the type of dm_user to fetch the result from the 11th to 20th with dql statement?
Normally if you execute a query, it returns all of the results - not just 1-10, or 11-20, etc. The data paging is handled by the UI.