Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › rows count
Currrently, there is no way to do it from a graphical option.
You will need to execute select count(*) from tablename to get the details.
ok, thanks.
It's what I'm doing for the moment. 🙂
😀