mysql 同一字段下值相加大于100的所有数据 5
selectsum(money)from表名查询sum(money)值大于100的所有数据另外字段名与关键字名重复``这个不好使还是报错语法错误Err:Youhavean...
select sum(money) from 表名
查询 sum(money) 值 大于 100的所有数据
另外 字段名与关键字名重复 `` 这个不好使 还是报错 语法错误
Err :
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 'where `status` = 1' at line 1 展开
查询 sum(money) 值 大于 100的所有数据
另外 字段名与关键字名重复 `` 这个不好使 还是报错 语法错误
Err :
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 'where `status` = 1' at line 1 展开
1个回答
展开全部
select sum(表名.money) sum_Money from 表名 where sum_Money >100
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |