At 5:45 PM -0400 05-28-2000, Cecil Rhoades wrote:
>I was running the client on NT4, connected to my web host, which is unix.
>
>The following statement returned the following message
>
>mysql> DELETE FROM tblGuestBook;
>Query OK, 0 rows affected (0.23 sec)
Which is how the DELETE statement is documented in chapter 7 of the MySQL
reference manual.
>
>BUT, it did delete all the rows? It is what I wanted, but I also wanted to
>know how many were deleted.
See chapter 7 for the form of the DELETE statement that will provide you
with the information you want.
--
Paul DuBois, paul@stripped