Resolved: Why only eleven employees?
Just for my general knowledge? Why is the tab in the result grid show only 11 employees?
That number is simply tracking the number of queries run in that tab. If you run the same query again, it will say "employees 12" (as the query is returning results from the "employees" table and it would be the 12th query run in that tab). You actually want to look at the window below that where (in this case) there are 165 rows returned.
Hi Angeline and Daniel!
Thanks for reaching out.
@: Daniel
Thanks for sharing this piece of information with the Community!
@: Angeline
Daniel said it all. That number is simply tracking the number of queries run in that tab. Actually, the result set of the query contains 165 rows.
Hope this helps.
Best,
Tsvetelin
Thank you both!