How to get the size of a table, as in number of rows?
You can call
len()
on a search object to efficiently find out how many rows it would return (without loading them all!).
3 Likes
How to get the size of a table, as in number of rows?
You can call
len()
on a search object to efficiently find out how many rows it would return (without loading them all!).