MySQL Forums
Forum List  »  Stored Procedures

Re: string to date
Posted by: Felix Geerinckx
Date: November 28, 2005 12:06PM

ricardo arancibia wrote:

> as I turn string to a date a stored procedure

To turn a string into a date, you don't need a SP, you can use the aptly named STR_TO_DATE() function.

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Views
Written By
Posted
2583
November 28, 2005 09:40AM
Re: string to date
1472
November 28, 2005 12:06PM


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.