1、1、创建测试表,create table test_connect(id number, p_id number);2、插入测试数据,insert into test_connect val......