Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Grid Status Bar
Hi
it is usefull to have on grid, on the status bar, current row number
thank you
Mirel
What is a 'row number' in a SQL database?
There is no guarantee in what order MySQL will return data unless you use ORDER BY in a query. It depends on what indexes are there, in some cases on the storage engine (and maybe more – such as partitioning).
grid's row number
in grid's status bar you have total number of rows, it will be usefull to have grid's current row number next to it
OK .. it makes sense.
I have added this request here: http://code.google.com/p/sqlyog/issues/detail?id=1727