梵高今天学习了嘛 2021-06-04 17:37 采纳率: 50%
浏览 14

sql递归查询,怎么转成如图格式?

create database IF NOT EXISTS test ;
use test;
DROP TABLE IF EXISTS test.base;
CREATE TABLE  test.base(  
father string ,  
son string 
)  
ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t' ; 


insert into base (father,son ) value('周营','陈庄'); 
insert into base (father,son ) value('河南省','周口市'); 
insert into base (father,son ) value('周口市','沈丘县'); 
insert into base (father,son ) value('沈丘县','周营'); 
insert into base (father,son ) value('周营','陈庄'); 
insert into base (father,son ) value('安徽省','阜阳市'); 
insert into base (father,son ) value('阜阳市','临泉县'); 
insert into base (father,son ) value('临泉县','黄岭镇'); 
insert into base (father,son ) value('安徽省','界首市'); 
insert into base (father,son ) value('杭州市','萧山区'); 
insert into base (father,son ) value('上海市','浦东新区'); 
insert into base (father,son ) value('浦东新区','唐镇'); 

  • 写回答

1条回答 默认 最新

  • WILL李 2021-06-04 17:47
    关注

    不应该sql查出来全量然后用代码处理吗

     

    评论

报告相同问题?

悬赏问题

  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)