• Register
Welcome to Techstack Q&A community for enterprise technology stack including ERP, Database, Applications, Infrastructure and Service Management platforms

TO_DATE Equivalent in MySQL

0 votes
I am an Oracle DBA learning to manage MySQL. Whats the equivalent of Oracle TO_DATE function in My SQL.    

Now that oracle acquired My SQL will they make PL/SQL work in My SQL ?
asked in MySQL by anonymous

1 Answer

0 votes
You can use STR_TO_DATE() function  to convert a string to date.

A detailed note is available here.. http://dbaspot.com/mysql-faq/476027-mysql-to_date-equivalent.html

On the second question about PL/SQL working in My SQL, I dont think oracle has announced any plans on that yet.  you may want to propose that as a feature request to Oracle on Metalink / CSP
answered by techstack

Related questions

0 votes
0 answers
25 views asked in Linux Commands by anonymous
0 votes
0 answers
48 views asked in Oracle Apps by anonymous
Copyright © 2011 Infnx Pvt Ltd