formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
219 stars 60 forks source link

could you add<number> row(s) returned to vscode output window similar to mysql workbench #161

Open myusrn opened 3 years ago

myusrn commented 3 years ago

Could you add row(s) returned to vscode output window similar to mysql workbench?

Without that one has to constantly change 'select from . . . " to "select count() from . . ." temporarily to get those result view counts and then flip it back to get the data results view.

image