摘要: 1. MySQL 获得当前时间戳函数:current_timestamp, current_timestamp()mysql> select current_timestamp, current_timestamp();+---------------------+---------------------+| current_timestamp | current_timestamp() |+---------------------+---------------------+| 2008-08-09 23:22:24 | 2008-08-09 23:22:24 |+-------- 阅读全文
posted @ 2012-12-26 16:37 李秋 阅读(280) 评论(0) 推荐(0) 编辑