timestamp mysql 4.1.7

Vadimka

Новичок
timestamp mysql 4.1.7

перехал на новый хостинг, ранее был mysql 4.0,
формат данных изменился , хотя тип данных остался прежним (timestamp), в результате получаю данные в таком виде
2002-07-29 00:29:54

как теперь форматировать данные
if(left(date,8)=20041105,1,NULL)
 

si

Administrator
об этом написано в документации
http://dev.mysql.com/doc/mysql/en/News-4.1.0.html
Warning: Incompatible change! TIMESTAMP is now returned as a string of type 'YYYY-MM-DD HH:MM:SS' and different timestamp lengths are not supported. This change was necessary for SQL standards compliance. In a future version, a further change will be made (backward compatible with this change), allowing the timestamp length to indicate the desired number of digits of fractions of a second.

Hint: date_format вас спасет
 
Сверху