LeetCode(数据库)- 2016年的投资

简介: LeetCode(数据库)- 2016年的投资

题目链接:点击打开链接

 

题目大意:略。

 

解题思路:略。

 

AC 代码

--解决方案(1)
SELECTSUM(insurance.TIV_2016) ASTIV_2016FROMinsuranceWHEREinsurance.TIV_2015IN    (
SELECTTIV_2015FROMinsuranceGROUPBYTIV_2015HAVINGCOUNT(*) >1    )
ANDCONCAT(LAT, LON) IN    (
SELECTCONCAT(LAT, LON)
FROMinsuranceGROUPBYLAT , LONHAVINGCOUNT(*) =1    )
;
--解决方案(2)
SELECTROUND(SUM(TIV_2016), 2) TIV_2016FROMinsuranceinsWHERE (SELECTCOUNT(TIV_2015) >0FROMinsuranceWHEREPID<>ins.PIDANDTIV_2015=ins.TIV_2015)
AND (SELECTCOUNT(1) =1FROMinsuranceWHERELAT=ins.LATANDLON=ins.LON)
目录
相关文章
|
数据库
数据库LeetCode每日练习(三)
数据库LeetCode每日练习(三)
数据库LeetCode每日练习(三)
|
SQL 数据库
数据库LeetCode每日练习(二)
数据库LeetCode每日练习(二)
数据库LeetCode每日练习(二)
|
SQL 数据库
数据库LeetCode每日练习(一)
数据库LeetCode每日练习(一)
数据库LeetCode每日练习(一)
|
数据库
LeetCode(数据库)- Hopper Company Queries II
LeetCode(数据库)- Hopper Company Queries II
99 0
LeetCode(数据库)- Hopper Company Queries II
|
数据库
LeetCode(数据库)- 2142. The Number of Passengers in Each Bus I
LeetCode(数据库)- 2142. The Number of Passengers in Each Bus I
202 0
|
数据库
LeetCode(数据库)- The Number of Seniors and Juniors to Join the Company II
LeetCode(数据库)- The Number of Seniors and Juniors to Join the Company II
117 0
|
数据库
LeetCode(数据库)- Number of Accounts That Did Not Stream
LeetCode(数据库)- Number of Accounts That Did Not Stream
117 0
|
数据库
LeetCode(数据库)- The Airport With the Most Traffic
LeetCode(数据库)- The Airport With the Most Traffic
132 0
|
数据库
LeetCode(数据库)- The Category of Each Member in the Store
LeetCode(数据库)- The Category of Each Member in the Store
119 0
|
数据库
LeetCode(数据库)- 上级经理已离职的公司员工
LeetCode(数据库)- 上级经理已离职的公司员工
132 0
下一篇
DataWorks