select id, phone,time,year(time),month(time), DAY(time),TIME(time) from user where phone='xxxxxx' #分别取年、月、日、时间
select id, phone,time from user where phone='xxxxxx' #
select id, phone,time,year(time) from user where phone='xxxxxx' #分别取年
select id, phone,time,month(time) from user where phone='xxxxxx' #分别取月
select id, phone,time,DAY(time) from user where phone='xxxxxx' #分别取日
select id, phone,time,TIME(time) from user where phone='xxxxxx' #分别取时间
相关文章
- C#把datetime类型的日期转化成年月日或其他格式方法总结
- 如何在终端中获取当前日期和时间,并在终端设置一个自定义命令?
- mysql中的Date日期格式的问题:只有日期没有时间及格式化时间
- 2018年3月16日论文阅读
- #yyds干货盘点#【愚公系列】2023年02月 微信小程序-获取WIFI信息
- 路冉的JavaScript学习笔记-2015年1月23日
- 2016年11月28日--ADO.Net 增、删、改、查
- 在mysql中使用group by和order by取每个分组中日期最大一行数据
- mybatis存入数据库后没有时分秒时间不全只有年月日
- Android 获取当前日期距离过期时间的日期差值的完整方法直接使用