This question really belongs more in a mySQL group, but my NNTP server
doesn't have a mySQL group available. Sorry. =(
I'm trying to get number of rows in a table without doing a "select * from
table" or even a "select id from table". I know in PHP you put:
mysql_numrows()
but what's the equivelant in command prompt?
I searched mysql.net and can't find anything.
Thanks for any advice!
Liam
doesn't have a mySQL group available. Sorry. =(
I'm trying to get number of rows in a table without doing a "select * from
table" or even a "select id from table". I know in PHP you put:
mysql_numrows()
but what's the equivelant in command prompt?
I searched mysql.net and can't find anything.
Thanks for any advice!
Liam
Comment