We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16e428 commit cc89f20Copy full SHA for cc89f20
‎sql/175.sql
@@ -0,0 +1,6 @@
1
+select p.firstName,
2
+ p.lastName,
3
+ asd.city,
4
+ asd.state
5
+from Person as p
6
+ left join Address as asd on p.PersonId = asd.personId
0 commit comments