Microsoft
Software
Hardware
Network
Question : Convert UNIX_TIMESTAMP column into Datetime
Hello,
Im trying to convert detes in my existing mysql column which is is UNIX_TIMESTAMP int(9) into datetime.
There are thousands of values i need to convert. I wonder if there is a SQL query that i can run to convert all these values into their datetime equals, or some other alternatives..
Thank You..
Answer : Convert UNIX_TIMESTAMP column into Datetime
You can use FROM_UNIXTIME function..
mysql> SELECT FROM_UNIXTIME(1196440219);
-> '2007-11-30 10:30:19
Random Solutions
to sort log files by date
changing password
How to tie unicode db/php and apache correctly?
IE does not open to set home page even after applying regedit and more suggestion?
Recover Deleted Email - Exchange 2000
Share Calendar Problem
Ctrix vs TS CALS
Remote host said: 550 You are not allowed to send mail
sql script to drop all tables from the user
Sybase 12.5 Performancing and Tuning