great day.
--
Eric Robinson
-Original Message-
From: Gleb Paharenko [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 28, 2004 12:22 AM
To: mysql@lists.mysql.com
Subject: Re: Newbie: Using SELECT to Get Table Status?
Hello.
You may use count(*) for counting rows.
"Robinson, Eric&quo
Hello.
You may use count(*) for counting rows.
"Robinson, Eric" <[EMAIL PROTECTED]> wrote:
> The mysql>SHOW TABLE STATUS command returns such things as the number or
> rows and time of the last update.=20
>
> Is it possible to get the same information using a SELECT statement?
>
> F