Re: How to return the value of deleted rows

2001-05-07 Thread Cal Evans
ROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 3:01 PM Subject: How to return the value of deleted rows Hello Folks, I wonder how can I return the number of deleted rows after a DELETE SQL statement. Is there any way to return the quantity of upd

Re: How to return the value of deleted rows

2001-05-07 Thread Zak Greant
tunes" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 2:01 PM Subject: How to return the value of deleted rows Hello Folks, I wonder how can I return the number of deleted rows after a DELETE SQL statement. Is there any way to return

How to return the value of deleted rows

2001-05-07 Thread Carlos Fernando Scheidecker Antunes
Hello Folks, I wonder how can I return the number of deleted rows after a DELETE SQL statement. Is there any way to return the quantity of updated rows as well? Thanks, C.F.