Skip to content

Commit 6ca4705

Browse files
authoredAug 3, 2020
Merge pull request #280 from LjyYano/master
leetcode 0175
2 parents 86f2708 + 88e6cae commit 6ca4705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
select p.FirstName, p.LastName, a.City, a.State from Person p left join Address a on p.PersonId = a.PersonId;

0 commit comments

Comments
 (0)
Please sign in to comment.