当前位置:网站首页>MySQL date formatting
MySQL date formatting
2022-07-24 08:17:00 【Don't bully the young, the middle-aged, the elderly and the poor】
select eqp_name as eqpName,eqp_identity as eqpIdentity,dt_id as dtId,eqp_type as eqpType,alarm_content as alarmContent,
DATE_FORMAT(alarm_create_time,'%Y-%m-%d %H:%i:%s') as createTime ,alarm_status as alarmStatus,alarm_deal_time as dealTime
from am_third_alarm_information
where del_flag=0
After formatting 
边栏推荐
- Learn - use do... While loop according to the formula e=1+1/1+ 1/2!+ 1/3!+…+ 1/n! Calculate the value of E (accuracy is 1e-6)
- Database system - Basic Concepts
- About the big hole of wechat applet promise
- 13. Unity2d horizontal version of two-way platform that can move up, down, left and right (two-way walking + movable + independent judgment) + random platform generation
- Recognition and storage of Graphs
- Kotlin higher order function & DSL layout persuasion Guide
- Wechat applet subscription message development process
- FPGA综合项目——图像边缘检测系统
- Avoid pitfalls and stay away from PUA in the workplace. You need to know the common routines and scripts of PUA!
- QT | string generation QR code function
猜你喜欢
![[matlab] (III) application of MATLAB in Higher Mathematics](/img/ff/72b13fb597d5bdf3a989dd86cb6888.png)
[matlab] (III) application of MATLAB in Higher Mathematics
![[shutter] the shutter doctor reports an error](/img/09/20279b3ed71a18b28566ddbe212597.png)
[shutter] the shutter doctor reports an error

Android kotlin uses a coroutine instead of a callback function (suspendcoroutine usage)

*Project recurrence * project implementation of thesis based on contextbasedemotionrecognitionusingematicdataset

【游戏合集】手机都要被塞爆了,6款优质Pygame游戏合集降临~(附源码)

Wechat payment V3 version of openresty implementation and pit avoidance Guide (service side)
![[linear algebra] deeply understand matrix multiplication, symmetric matrix, positive definite matrix](/img/0f/4b7e92c61814b39e9b0448c0c854ee.png)
[linear algebra] deeply understand matrix multiplication, symmetric matrix, positive definite matrix

*Code understanding * common function parsing in pytoch

rbm 对比散度

EZDML reverse engineering import database analysis practical operation tutorial
随机推荐
Avoid pitfalls and stay away from PUA in the workplace. You need to know the common routines and scripts of PUA!
Saining Techtalk attack and defense drill: attack combination fist "stable, accurate and ruthless" penetration
[tools] a few lines of code can realize complex excel import and export tool classes, which is really strong!!!
45. Jumping game II
MySQL uses explain to analyze SQL execution plans to help find performance bottlenecks
Learn - use do... While loop according to the formula e=1+1/1+ 1/2!+ 1/3!+…+ 1/n! Calculate the value of E (accuracy is 1e-6)
nacos报错: ERROR Nacos failed to start, please see D:\nacos\logs\nacos.log for more details.
Kotlin coroutine (II): scope and cancellation
MySQL日期格式化
Telecom Customer Churn Prediction challenge baseline [AI competition]
Default risk early warning preliminary competition scheme of bond issuing enterprises [AI competition]
QT | string generation QR code function
Markdown basic grammar learning
Summary of study notes (I)
Vidar-Team战队专访:AS WE DO, AS YOU KNOW.
Wechat applet host environment, applet architecture, concise operation structure
Stack / heap / queue question brushing (Part 2)
图新地球:Revit建模的rvt格式BIM模型如何带着纹理精准匹配地图
The code is tired. Stop and enjoy the top color matching~
P1739 expression bracket matching problem solution