Home >Database >Mysql Tutorial >select-mysql中如何在查询所有字段的同时对其中一字段进行转换

select-mysql中如何在查询所有字段的同时对其中一字段进行转换

WBOY
WBOYOriginal
2016-06-06 09:40:261503browse

selectupdatetime字段javamysql

mysql中如何在查询所有字段的同时对其中一字段进行转换

例如 select * from table where id = 1;
其中table表中有一个日期字段需要在输出时转成string
DATE_FORMAT(updateTime,'%Y-%m-%d %H:%i:%s') as updateTime
意思不用把每个字段都打出来,再对日期处理的方法
有没有别的方法???,如果字段多了比较麻烦,sql语句还会很长

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn