Skip to content

Commit cc89f20

Browse files
committed
🟢 Solve problem 175 sql
1 parent f16e428 commit cc89f20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎sql/175.sql

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)