mysql conversion function
I am getting when converting the function
This is my statement
SELECT CONVERT('01/01/1970', DATETIME);
O/p is NULL
When i change the date it's working
SELECT CONVERT('1970/01/01', DATETIME);
1970-01-01 00:00:00
I want the same output for the above statement .
Can someone help me out.
Subject
Views
Written By
Posted
mysql conversion function
3940
June 18, 2009 07:03AM
1862
June 19, 2009 09:49AM
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.