|
我在用CI操作数据库时报以下错误,有人知道怎么解决吗?
A Database Error Occurred
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM (`t_account`) WHERE `userId` = '10001' GROUP BY `type`' at line 2
SELECT date_format(createTime, `'%x')` as year, date_format(createTime, `'%v')` as week, SUM(`money`) AS money FROM (`t_account`) WHERE `userId` = '10001' GROUP BY `type`
Filename: /data/home/jd/Project/JdManager/server/models/maccount/account_model.php
Line Number: 136
|
|