Home > Database > Mysql Tutorial > 求助 关于mysql 中select * 的问题

求助 关于mysql 中select * 的问题

WBOY
Release: 2016-06-06 09:38:54
Original
1316 people have browsed it

mysql

遇到一个特殊情况,
下面两条语句,第一条可以执行成功,第二条会报语法错误(count_time 是 a表中得一个字段)
1 select * , FROM_UNIXTIME(count_time) from a
2 select FROM_UNIXTIME(count_time),* from a

求大神回复为什么会这样。多谢!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template