mysql日期小于当前日期_如何使用MySQL选择小于当前日期的日期?

更新时间:2023-07-27 02:30:53 阅读: 评论:0

cash warrenmysql⽇期⼩于当前⽇期_如何使⽤MySQL选择⼩于当前⽇期
的⽇期?
让我们⾸先创建⼀个表-mysql> create table DemoTable1877
(
DueDate datetime
);
使⽤插⼊命令在表中插⼊⼀些记录-mysql> inrt into DemoTable1877 values('2019-12-10');
mysql> inrt into DemoTable1877 values('2019-12-05');
mysql> inrt into DemoTable1877 values('2019-12-07');
mysql> inrt into DemoTable1877 values('2019-12-09');
使⽤lect语句显⽰表中的所有记录-mysql> lect * from DemoTable1877;
变色龙用英语怎么说
这将产⽣以下输出-+---------------------+
| DueDate            |
成考英语作文
+---------------------+
motel是什么意思
| 2019-12-10 00:00:00 |采纳
别对我撒谎
| 2019-12-05 00:00:00 |
| 2019-12-07 00:00:00 |
| 2019-12-09 00:00:00 |
halliburton
英语口语考试+---------------------+
4 rows in t (0.00 c)
当前⽇期如下-mysql> lect curdate();
+------------+
| curdate()  |
thursday怎么读
+------------+
| 2019-12-08 |
+------------+
1 row in t (0.00 c)
这是选择⼩于当前⽇期的⽇期的查询-mysql> lect * from DemoTable1877 where DueDate
这将产⽣以下输出-+---------------------+
| DueDate            |
urumqi+---------------------+
| 2019-12-05 00:00:00 |
| 2019-12-07 00:00:00 |
+---------------------+
2 rows in t (0.00 c)

本文发布于:2023-07-27 02:30:53,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/78/1119200.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:表中   成考   作文   语句   记录
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图