当前位置:网站首页>postgres timestamp转人眼时间字符串或者毫秒值
postgres timestamp转人眼时间字符串或者毫秒值
2022-07-07 21:52:00 【jfqqqqq】
转字符串
方式1
SELECT to_char(create_time, 'YYYY-MM-DD hh24:mi:ss') from io_batch_time where status = 6 and gb_code = '156110000' order by create_time;
转毫秒
方式1
SELECT batch_name,floor(extract(epoch from create_time)*1000),create_time from io_batch_time where status = 6 and gb_code = '156110000' order by create_time;
边栏推荐
- Come on, brother
- 数据库面试题+解析
- Boost regex library source code compilation
- 平衡二叉树【AVL树】——插入、删除
- Slam interview summary
- Caip2021 preliminary VP
- Installing gradle
- Anxin can internally test offline voice module vb-01 to communicate with esp-c3-12f
- UE4_ Ue5 combined with Logitech handle (F710) use record
- C inheritance and interface design polymorphism
猜你喜欢
UE4_ Use of ue5 blueprint command node (turn on / off screen response log publish full screen display)
The efficient s2b2c e-commerce system helps electronic material enterprises improve their adaptability in this way
0-1背包问题
MySQL架构
SRM supplier cloud collaborative management platform solution for building materials industry to realize business application scalability and configuration
C cat and dog
B_ QuRT_ User_ Guide(37)
Idea automatically generates serialVersionUID
Get started with mongodb
B_QuRT_User_Guide(36)
随机推荐
Anxin can internally test offline voice module vb-01 to communicate with esp-c3-12f
Pycharm essential plug-in, change the background (self use, continuous update) | CSDN creation punch in
StringUtils工具类
IDEA 2021.3. X cracking
C simple question 2
Explain
Display the server hard disk image to the browser through Servlet
MySQL Index Optimization Practice I
Map operation execution process
Fibonacci number of dynamic programming
ASP. Net query implementation
Unity3d learning notes 5 - create sub mesh
Dependency injection 2 advantage lifecycle
Digital procurement management system for fresh food industry: help fresh food enterprises solve procurement problems and implement online procurement throughout the process
2022注册测绘师备考开始 还在不知所措?手把手教你怎么考?
SAP HR reward and punishment information export
B_QuRT_User_Guide(38)
Deep understanding of MySQL lock and transaction isolation level
Live server usage
B_ QuRT_ User_ Guide(38)