mysql DATETIME
Posted tonggc1668
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql DATETIME相关的知识,希望对你有一定的参考价值。
set @report_date = \'2013-01-17 00:00:00\';
select @report_date;
set @report_date = cast(\'2013-01-17 00:00:00\' as datetime);
SELECT @report_date;
DECLARE dattime DATETIME DEFAULT \'2013-10-10\';
SELECT dattime FROM DUAL;
以上是关于mysql DATETIME的主要内容,如果未能解决你的问题,请参考以下文章