LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: 无相

mysql如何获取系统时间?

[复制链接]
发表于 2004-4-20 13:14:36 | 显示全部楼层
mysql> select current_date;//今天
+----------------+
| current_date() |
+----------------+
| 2004-04-07     |
+----------------+
1 row in set (0.00 sec)

mysql> select current_date()-1;//昨天
+------------------+
| current_date()-1 |
+------------------+
|         20040406 |
+------------------+
1 row in set (0.02 sec)

mysql> select sysdate();
+---------------------+
| sysdate()           |
+---------------------+
| 2004-04-07 10:46:45 |
+---------------------+
1 row in set (0.00 sec)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表