使用join操作连接表 使用join操作连接表 select FirstName, LastName, City, Statefrom Person left join Addresson Person.PersonId = Address.PersonId;