database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
PostgreSQL
Firebird
Oracle
Informix
ㆍSybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
Sybase Q&A 1693 게시물 읽기
No. 1693
아웃조인에 관한 질문입니다.
작성자
임영진(siwonhan79)
작성일
2006-10-17 09:34
조회수
6,037


select a.carriage_date, a.station_code, a.cars_number,

a.startcity_code, a.endcity_code, a.customer_code,

a.customer_name, a.item_code, a.item_name,

a.from_space, a.to_space, a.carriage_place,

a.carriage_weight, (c.truck_weight) carload

from #total a, b_reg_truckvendor b, b_code_truck_tag c

where a.cars_number *= b.truck_number

and b.truck_code = c.truck_code

drop table #out

drop table #in

drop table #total

end

-------------------------------------------------------------------

위는 프로시져를 만들어서 사용하고 있는데요..

아웃조인을 하였는데 아래와 같은 메시지가 나와서요..

어떻게 해결해야 하나요.. 알려주세요 ~ 부탁드립니다.


The table b_reg_truckvendor is an inner member of an outer-join clause.

This is not allowed if the table also participates in a regular join clause.

이 글에 대한 댓글이 총 1건 있습니다.

outer 조인과 inner조인을 분리하여 실행하세요...
임시테이블 또는 인라인 뷰를 이용하셔야 할 듯 합니다.

외론아빠(hahmyk)님이 2006-10-19 09:20에 작성한 댓글입니다.
[Top]
No.
제목
작성자
작성일
조회
1696에러좀 봐주세요.. [1]
초보sybase
2006-10-20
5134
1695에러메세지 좀 갈켜주세요 [1]
초보
2006-10-18
5362
1694max값에 +1 하는 방법 좀 갈켜주세요.. [5]
초보
2006-10-18
7473
1693아웃조인에 관한 질문입니다. [1]
임영진
2006-10-17
6037
1692Table의 Lock Type확인 방법 [4]
달나라
2006-10-16
8963
1691select 결과 개수가 이상하게 나옵니다. [3]
이정경
2006-10-14
5489
1687subquery 에 대한 질문? [1]
조도혀
2006-10-12
5993
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.026초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다