当前位置:网站首页>Postgres timestamp to human eye time string or millisecond value
Postgres timestamp to human eye time string or millisecond value
2022-07-07 23:45:00 【jfqqqqq】
Turn the string
The way 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;
Turn millisecond
The way 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;
边栏推荐
- 串联二极管,提高耐压
- C - linear table
- Jisuan Ke - t3104
- 0-1背包问题
- SAP HR labor contract information 0016
- Pycharm basic settings latest version 2022
- 【7.5】15. Sum of three numbers
- C number of words, plus ¥, longest word, average value
- Right click the idea file to create new. There is no solution to create new servlet
- HDU - 1260 tickets (linear DP)
猜你喜欢

Take you hand in hand to build Eureka server with idea

C # exchange number, judge to pass the exam

Archery installation test

Pycharm basic settings latest version 2022

35岁那年,我做了一个面临失业的决定

SAP HR labor contract information 0016

2022 certified surveyors are still at a loss when preparing for the exam? Teach you how to take the exam hand in hand?

Get started with mongodb

【LeetCode】20、有效的括号

蓝桥ROS中使用fishros一键安装
随机推荐
MP4文件格式解析之结合实例分析
Extract the file name under the folder under win
SAP HR 劳动合同信息 0016
Pycharm basic settings latest version 2022
Download AWS toolkit pycharm
AITM3.0005 烟雾毒性测试
SAP HR family member information
HB 5469民用飞机机舱内部非金属材料燃烧试验方法
Ora-01741 and ora-01704
蓝桥ROS中使用fishros一键安装
Live server usage
C inheritance and interface design polymorphism
解析token的网址
postgis学习
Chisel tutorial - 04 Control flow in chisel
Chisel tutorial - 05 Sequential logic in chisel (including explicit multi clock, explicit synchronous reset and explicit asynchronous reset)
Uic564-2 Appendix 4 - flame retardant fire test: flame diffusion
FFA与ICGA造影
2022.7.7-----leetcode.648
Alibaba cloud MySQL cannot connect