robot_sql 2015-06-02 13:55 采纳率: 100%
浏览 1434
已采纳

字段是ip,ip1,iP2,ip1是null时ip2可能为null,也可能不是,如图T1

图片说明
上图T1

要有如下T2的效果
图片说明
这是t2

select c.ip,ip1,ip2 from (
select a.ip as ip,a.ip1,b.ip2 from
(
select ip,ip1
from test4 where (ip2 is null and ip1 is not null) or(ip1 is not null and ip2 is not null)
) a
inner join
(select ip,ip2
from test4 where (ip1 is null and ip2 is not null) or(ip1 is not null and ip2 is not null)
) b on a.ip=b.ip) c

用这种方式可以达到效果,但是test4有几十万条数据会不会影响运行 效果,不知有没有更好的方法????

  • 写回答

2条回答 默认 最新

  • danielinbiti 2015-06-02 14:17
    关注
    select ip,max(ip1),max(ip2) from t1 group by ip
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥50 C# 使用DEVMOD设置打印机首选项
  • ¥15 麒麟V10 arm安装gdal
  • ¥15 想用@vueuse 把项目动态改成深色主题,localStorge里面的vueuse-color-scheme一开始就给我改成了dark,不知道什么原因(相关搜索:背景颜色)
  • ¥20 OPENVPN连接问题
  • ¥15 flask实现搜索框访问数据库
  • ¥15 mrk3399刷完安卓11后投屏调试只能显示一个设备
  • ¥100 如何用js写一个游戏云存档
  • ¥15 ansys fluent计算闪退
  • ¥15 有关wireshark抓包的问题
  • ¥15 需要写计算过程,不要写代码,求解答,数据都在图上