SQL 명령어 모음 # 3

ims·2020년 11월 10일
0

SQL

목록 보기
5/12

Left join

select user.name, item.name from user left outer join item on user.id = item.seller.id

user table에 있는 값은 모두 반환, 그리고 matching되는 값이 없는 user는 null값을 가짐

outer keywod is optional

right join은 우측값

profile
티스토리로 이사했습니다! https://imsfromseoul.tistory.com/ + https://camel-man-ims.tistory.com/

0개의 댓글