SELECT SUM(Account)
FROM account
WHERE State='00'
SELECT COUNT(property)
FROM custinfo
WHERE Property = '2'
SELECT *
FROM custinfo ,account
WHERE custinfo.`CustId`=account.`CustId` AND Property='1' AND State='00'
SELECT SUM(Account)
FROM custinfo,account
WHERE custinfo.`CustId`=account.`CustId`
GROUP BY property
SELECT *
FROM custinfo,account
WHERE custinfo.`CustId`=account.`CustId`
GROUP BY property
SELECT custinfo.`CustId`,account.`CustName`,SUM(Account)
FROM custinfo,account
WHERE custinfo.`CustId`=account.`CustId` AND custinfo.`Property`='1'
GROUP BY custinfo.`CustId`
HAVING SUM(Account)>5000000
SELECT SUM(Account)
FROM account
WHERE State='00'
SELECT COUNT(property)
FROM custinfo
WHERE Property = '2'
SELECT *
FROM custinfo ,account
WHERE custinfo.`CustId`=account.`CustId` AND Property='1' AND State='00'
SELECT SUM(Account)
FROM custinfo,account
WHERE custinfo.`CustId`=account.`CustId`
GROUP BY property
SELECT *
FROM custinfo,account
WHERE custinfo.`CustId`=account.`CustId`
GROUP BY property
SELECT custinfo.`CustId`,account.`CustName`,SUM(Account)
FROM custinfo,account
WHERE custinfo.`CustId`=account.`CustId` AND custinfo.`Property`='1'
GROUP BY custinfo.`CustId`
HAVING SUM(Account)>5000000
快下班了,能写多少就多少吧!
1.select sum(amount) from account
2.select count(c.custid) from custinfo c left join account ac on c.sustid = ac.custid where c.property = '1' group by c.custid
3.select ac.* from custinfo c left join account ac on c.sustid = ac.custid where c.property = '2' and ac.state = '00'
4.select count(id),sum(amount) from account group by state
5.select ac.custid,ac.custname,sum(amount) from custinfo c left join account ac on c.sustid = ac.custid where c.property = '2' group by c.custid having sum(amount)>5000000
盲写的 不保证正确率
顺便说下,并不喜欢 from 的表 用 逗号链接~
笛卡尔乘积 表示驾驭不了~
- 等 最代码怎么获取牛币啊?
- 完 谁来告诉我最代码上线的时间,答对者给5牛币,先来先得
- 等 牛友们,大家好,你们做程序员多久了?现在还好吗?
- 完 在微信打开的页面里进行app下载
- 等 最代码2014年欢乐聚声会
- 完 mysql如何查询表数据并且对3个字段降序的SQL?
- 完 最代码牛币机制改革
- 完 成功的在bae上使用了自定义运行环境 jetty+nginx的组合,大家对jetty+nginx优化有哪些心得?
- 完 进来分享一下各位牛牛是如何加入最代码大家庭的?
- 等 为什么java BufferedImage类处理大图直接抛出内存溢出的异常?
- 等 最代码是否开发手机app客户端?
- 完 java程序员学习哪些java的技术?java有哪些框架?都能做哪方面的开发?
- 等 php格式网页文件怎么运行?
- 等 Java volatile值获取的问题
- 等 前端vue,拦截了登录后台后,返回的token,requests拦截token,但是发送请求的时候,就出现跨越异常
- 等 大专本科计算机科班怎么找到Java工作?
- 等 eclipse怎么把三个java swing游戏项目合成一个项目?
- 完 伙伴们,大家都有什么好的解压方式么,分享一下~
- 完 三四线城市,6、7k,运维工作,索然无味,想去辞职上培训,各位牛牛有什么建议嘛
- 等 jsp页面输入中文变成问号
- 等 JPA在线上运行一段时间后报错Caused by: java.lang.IncompatibleClassChangeError: null
- 等 PHP 这个规则用preg_match_all怎么写
- 等 大佬们,有没有知道Alfresco如何配置LDAP登录呢?
- 等 php的install目录是框架带的吗?
- 等 sql语句 group by 后面的字段 要必须 与 select 后面的字段(除聚合函数) 保持一致吗??
- 等 sql怎么把查询结果中字符串分割赋值到另外两列?
- 等 mybatis sql复杂查询问题
- 等 sql复杂查询语法的mysql性能如何优化?
- 完 sql语句如何直接截取某个字段下的部分值?
- 等 sql如何实现用户表查出所有上级?
- 等 SQL如何根据部门或用户的可变查询参数来查询文件信息?
- 完 sql如何新增一列并设置成主键?
- 等 SQL文件打开执行的时候总是会出现问题,无法全部通过,触发器无法创建?
- 完 mysql sql查询语句优化问题
- 等 mysql sql查询转换为mongoDB NOSQL的脚本
- 完 撒花时刻到了...求各位牛牛解决..关于sql查询语句的问题