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
Having #1016 Can't Open file.logs.MYI. errno: 145 (0 rows) problems with my php-Syslog-ng server + more
451 4.4.0 DNS query failed from edge
Drop failed for User 'VRN\kaluk'. (Microsoft.SqlServer.Smo)
Login problem running Crystal reports on webserver
Reducing GIF Color Palette
GALMOD32.EXE does not allow user to change some of the properties i GAL
how do i make a boot disk?
Clone Stamp ALT KEY Not Working - Photoshop 6.0
Access 2007 command buttons
mysql concat and substr simple question