MySQL Forums
Forum List  »  Stored Procedures

Re: Procedure passed Datetime parameter problem
Posted by: Peter Brawley
Date: October 06, 2016 11:53AM

select * from information_schema.ROUTINES where routine_name = 'xxx'.

But why bother at all with an sproc for this, why not just make the change in the date directly with SQL?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Procedure passed Datetime parameter problem
1689
October 06, 2016 11:53AM


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.