On Mon, Sep 6, 2010 at 10:40 AM, gouravjo...@gmail.com <gouravjo...@gmail.com> wrote:
> I would like you to visit topic "Script for counting entries in a mysql > database table" on Linux Questions, Help, Howtos and Tutorials. To view it, > please click this link: > > http://www.linuxquestions.in/bash-scripting/script-for-counting-entries-in-a-mysql-database-table/ can't this be gotten by a simple select count(*) from table_name; ?