标签:style color sp on amp 时间 line size sql
MySQL中有5个函数需要计算当前时间的值:
NOW.返回时间,格式如:2012-09-23 06:48:28
CURDATE,返回时间的日期,格式如:2012-09-23
CURTIME,返回时间,格式如:06:48:28
UNIX_TIMESTAMP,返回时间整数戳,如:1348408108
SYSDATE,返回时间,格式和time()函数返回时间一样,但是有区别。
标签:style color sp on amp 时间 line size sql
原文地址:http://my.oschina.net/oswxl/blog/354065