Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can MySQL Workbench display the number of selected rows in the query result grid?

I'm currently using MySQL Workbench to write very complex SQL Queries. To compare between different approaches, I need to know how many records have been returned by my query very quickly.

So, is there any way I can see the number of records returned by my query in the result grid as soon as I execute it?

I know that I can go to the 'Form Editor' tab and click on next and it will show me something like (2/179). But that's a very tedious process for me.

like image 739
Hassan Al-Jeshi Avatar asked Dec 24 '22 01:12

Hassan Al-Jeshi


1 Answers

The "Action Output" pane (the bottom vertical pane) has a "Response" column that tells you how many rows were returned.

like image 136
Philip Olson Avatar answered Dec 26 '22 17:12

Philip Olson