Mysql data convert
Posted
by Sergio
on Stack Overflow
See other posts from Stack Overflow
or by Sergio
Published on 2010-06-14T11:37:30Z
Indexed on
2010/06/14
11:52 UTC
Read the original article
Hit count: 404
mysql
Is it possible to do DATE_SUB( ".$date." , INTERVAL 100 DAY )
if the type of the column where the date is stored is varchar(255) or I need to convert that column to "DATE" type?
© Stack Overflow or respective owner