摘要: select * from 表1 a join 表2 b on b.guid = a.sub_system and b.status = '已上线' join 表3 c on b.port_in like concat('%',c.name,'%') where b.subsystem_name = 阅读全文
posted @ 2019-12-02 16:46 依羽杉 阅读(250) 评论(0) 推荐(0)