Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- JSTL
- hide
- 실행막기
- 칼럼
- 마우스
- href
- truncate
- sql
- 문자열
- jQuery
- split
- Display
- 광명
- insert
- Radio
- javascript
- DB
- Table
- substr
- substring
- forEach.
- 이벤트 함수
- DELETE
- 속성
- script
- 길이제한
- SHOW
- 스크립트
- checked
- mouseout
Archives
- Today
- Total
홈페이지 제작 전문 업체 Infovider 光明
[DB]sql 문법 - left outer join 본문
Left Outer Join은 간략하게 말해서
왼쪽의 테이블(table_a)을 기준으로 하여 오른쪽테이블(table_b)과 병합(join)하는 것이다.
이 때 오른쪽 테이블에 내용이 없더라도 내용이 출력된다.
용법은 아래와 같다.
select * from table_a left outer join table_b on a.name = b.name;
![]() |
|
'프로그래밍 for server' 카테고리의 다른 글
[spring]MultipartHttpServletRequest에러 (0) | 2013.08.13 |
---|---|
[DB]sql 문법 - inner join입니다. (0) | 2013.08.09 |
[WAS]Tomcat 서버 설정 중 load-on-startup 설정 (0) | 2013.07.31 |
[DB]테이블 구조보기 (0) | 2013.07.30 |
[DB]sql기초 - delete 구문 (0) | 2013.07.29 |
Comments