摘要:
表全部数据 1 查询people_no重复的记录 select * from people where people_no in (select people_no from people group by people_no having count(people_no) > 1); 2 查询pe 阅读全文
posted @ 2020-10-26 10:09
义美-小义
阅读(161)
评论(0)
推荐(0)
摘要:
保障类型? 联合查询 两个表select UI.id,UI.notes,SC.id,SC.notes from renter UI right join house SC on UI.notes=SC.notes 联表查询的语句 select UI.id as renterid,UI.notes a 阅读全文
posted @ 2020-10-26 10:07
义美-小义
阅读(85)
评论(0)
推荐(0)

浙公网安备 33010602011771号
