with a as(select * from A),b as(select * from B)select b.*,a.* from b join a on b.Id=a.Id
posted on 2022-10-25 08:57 随,风 阅读(34) 评论(0) 编辑 收藏 举报