MySQL Forums
Forum List  »  Stored Procedures

Re: Rows not deleting from table
Posted by: Peter Brawley
Date: February 25, 2019 02:28PM

Try the sproc steps one at a tine in the mysql client program ...

1 Select rows where entrydate=curdate() before the Delete

2 Select Row_Count() right after

3 Repeat #1

If it all works, try the same in the sproc one step a a time.

Options: ReplyQuote


Subject
Views
Written By
Posted
1212
February 25, 2019 08:00AM
Re: Rows not deleting from table
413
February 25, 2019 02:28PM
408
February 26, 2019 03:49AM
363
March 09, 2019 03:58PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.