MySQL Forums
Forum List  »  Stored Procedures

Re: Date Parsing in Stored Procedure
Posted by: Rick James
Date: February 05, 2014 08:23PM

This looks strange:
inv.Inv_Date, ',@cols,'"
especiallh the double quote.

What do ToDate and FromDate look like going into the stored proc?

For debugging, do
SELECT @sql;

Options: ReplyQuote


Subject
Views
Written By
Posted
1082
February 04, 2014 03:18PM
Re: Date Parsing in Stored Procedure
1122
February 05, 2014 08:23PM


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.