博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mysql格式化日期
阅读量:5173 次
发布时间:2019-06-13

本文共 265 字,大约阅读时间需要 1 分钟。

select from_unixtime(time_created/1000, '%Y%m%d %H:%i:%S') as time from dual

select * from table_name where billing_date/1000 >=unix_timestamp('2018-06-01') and billing_date/1000 <= unix_timestamp('2018-06-30')

转载于:https://www.cnblogs.com/0xcafedaddy/p/9371708.html

你可能感兴趣的文章
[置顶] 数据结构之 链栈的实现
查看>>
php压缩文件帮助类
查看>>
C#获取屏幕大小或任务栏大小
查看>>
1166-敌兵布阵
查看>>
从零开始react实战:云书签-1 react环境搭建
查看>>
递归特性
查看>>
命令解析optparse
查看>>
Python正则表达式使用
查看>>
mybatis PageBounds应用分页
查看>>
Poj 1006
查看>>
Spring read-only="true" 只读事务的一些概念
查看>>
关于 SQLNET.AUTHENTICATION_SERVICES 验证方式的说明
查看>>
JMeter java.lang.OutOfMemoryError: PermGen space错误
查看>>
python学习笔记——捌 ScoketServer
查看>>
[HNOI 2018]道路
查看>>
Solidity的三种合约间的调用方式 call、delegatecall 和 callcode
查看>>
Raspberry Pi 实现刷卡就亮灯
查看>>
阿里云负载均衡SSL证书配置(更新)
查看>>
Servlet小试
查看>>
instanceof constructor Object.prototype.tostring.call ( [] )区别 数组和 对象的3中方法
查看>>