摘要: 编写一个SQL查询来报告 Person 表中每个人的姓、名、城市和州。如果 personId 的地址不在 Address 表中,则报告为空 null 。 以 任意顺序 返回结果表。 示例 : Person表: + + + + | personId | lastName | firstName | + 阅读全文
posted @ 2022-12-02 19:11 多测师_王sir 阅读(122) 评论(0) 推荐(0) 编辑