Bradley Lake
로그인
Bradley Lake
로그인
[Leetcode] 175. Combine Two Tables
bradley
·
2022년 6월 9일
팔로우
1
mysql
1
SQL
목록 보기
1/5
Problem
Solution
1)
SELECT
firstName
,
lastName
,
city
,
state
FROM
Person p
LEFT
JOIN
Address a
ON
p
.
personId
=
a
.
personId
bradley
데이터 엔지니어링에 관심이 많은 홀로 삽질하는 느림보
팔로우
다음 포스트
[Leetcode] 176. Second Highest Salary
0개의 댓글
댓글 작성