We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f04b02 commit 2d1f6faCopy full SHA for 2d1f6fa
leetcode/SQL/No175.sql
@@ -0,0 +1 @@
1
+select FirstName, LastName, City, State from Person left join Address on Person.PersonId = Address.PersonId
0 commit comments