当前位置:网站首页>mysql 将毫秒数转为时间字符串
mysql 将毫秒数转为时间字符串
2022-07-01 05:24:00 【雅冰石】
FROM_UNIXTIME(激活时间毫秒数/1000,’%Y-%m-%d %H:%i:%s’)
示例:
SELECT trigger_last_time,FROM_UNIXTIME(trigger_last_time/1000,'%Y-%m-%d %H:%i:%s') AS last_time
FROM xxl_job_info
WHERE job_cron LIKE '%23%';

边栏推荐
- How to start learning editing? Detailed analysis of zero basis
- TypeORM 框架
- Use and principle of wait notify
- AcWing 889. 01 sequence satisfying the condition (Cartland number)
- How to select conductive slip ring material
- Cockroachdb: the resistant geo distributed SQL database paper reading notes
- SSGSSRCSR区别
- Things generated by busybox
- 数据库连接池的简单实现
- busybox生成的东西
猜你喜欢

0xc000007b the application cannot start the solution normally (the pro test is valid)

Ebpf cilium practice (2) - underlying network observability

Numeric amount plus comma; JS two methods of adding three digits and a comma to numbers; JS data formatting

数字金额加逗号;js给数字加三位一逗号间隔的两种方法;js数据格式化
![Is there any good website or software for learning programming? [introduction to programming]?](/img/ae/68a5880f313c307880ac80bd200530.jpg)
Is there any good website or software for learning programming? [introduction to programming]?

Daily question -leetcode1175- permutation of prime numbers - Mathematics

Leetcode top 100 question 2 Add two numbers

Day 05 - file operation function

如何创建一个根据进度改变颜色的进度条

复制宝贝提示材质不能为空,如何解决?
随机推荐
Series of improving enterprise product delivery efficiency (1) -- one click installation and upgrade of enterprise applications
Leetcode522- longest special sequence ii- hash table - String - double pointer
Use and principle of reentrantlock
液压滑环的特点讲解
RecycleView的一些使用
C WPF uses dockpanel to realize screenshot box
Set集合詳細講解
第05天-文件操作函数
Practice of combining rook CEPH and rainbow, a cloud native storage solution
导电滑环短路的原因以及应对措施
复制宝贝提示材质不能为空,如何解决?
busybox生成的东西
[ffmpeg] [reprint] image mosaic: picture in picture with wheat
[excel] column operation, which performs specific column for data in a cell, such as text division by comma, colon, space, etc
如何选择导电滑环材料
Typeorm framework
Daily code 300 lines learning notes day 11
Youqitong [vip] v3.7.2022.0106 official January 22 Edition
Leetcode top 100 questions 1 Sum of two numbers
Txncoordsender of cockroachdb distributed transaction source code analysis