猿问
一个 SQL 语句的问题
这是我数据库中的时间, 是时间戳,
我想通过 搜索 或者 SQL 语句
搜索出当月 或 某月 1-31 号 update_time 字段
尚方宝剑之说
浏览 467
回答 2
2回答
慕妹3242003
select * from tbl where update_time between unix_timestamp('2019-01-31 00:00:00') andunix_timestamp('2019-01-31 23:59:59')时间范围也可以计算好传给sql
0
0
0
摇曳的蔷薇
select * from tbl where update_time between a时间戳 and b时间戳 尽量不要在条件中做运算
0
0
0
随时随地看视频
慕课网APP
相关分类
PHP
php如何把参数放在Http Request Heade????
1 回答
我要回答