You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we do is to use limit clause to a higher number than the config (usually set to 20) and then check if the query count matches limit if it does, I do another query with offset clause.
How to get a total count of records with query result because I have to implement pagination with the use of total count of records.
Thanks
The text was updated successfully, but these errors were encountered: