Background Image

FORUM

조회 수 8049 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

CUBRID Manager Client에서 서브쿼리의 결과가 출력되지 않습니다.

실제 CUBRID DB에서 실행하면 정상적으로 결과를 얻을수 있지만,

CUBRID Manager Client 에서는 결과가 나오지 않는군요.

 

큐브리드버젼 : CUBRID 2008 R2.0

 

------------ 실행 쿼리 ------------------

SELECT
       MC.vcBizcerti,
       MC.vcBank,
       to_char(MC.dtBizRegdate, 'YYYY-MM-DD') dtBizRegdate,
       to_char(MC.dtBankRegdate, 'YYYY-MM-DD') dtBankRegdate,
       (SELECT M.cTestimony FROM  tbl_member M WHERE M.cUserId = MC.cUserId) cTestimony
 FROM
       tbl_member_certification MC
 WHERE
       MC.cUserId = '아이디'

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

 

 

------- 실행 쿼리에 대한 실행 계획 --------

Join graph segments (f indicates final):
seg[0]: [0]
seg[1]: cTestimony[0] (f)
seg[2]: cUserId[0]
Join graph nodes:
node[0]: tbl_member M(134/12) (sargs 0)
Join graph terms:
term[0]: M.cUserId=MC.cUserId (sel 0.0175439) (sarg term) (not-join eligible) (indexable cUserId[0]) (loc 0)

Query plan:

iscan
    class: M node[0]
    index: pk_tbl_member2_cuserid term[0]
    cost:  fixed 1(0.0/1.0) var 1(0.0/1.0) card 2

Query stmt:

(select M.cTestimony from tbl_member M where M.cUserId=MC.cUserId)

Join graph segments (f indicates final):
seg[0]: [0]
seg[1]: vcBizcerti[0] (f)
seg[2]: vcBank[0] (f)
seg[3]: dtBizRegdate[0] (f)
seg[4]: dtBankRegdate[0] (f)
seg[5]: cUserId[0] (f)
Join graph nodes:
node[0]: tbl_member_certification MC(134/5) (sargs 0)
Join graph terms:
term[0]: MC.cUserId='test16' (sel 0.0181818) (sarg term) (not-join eligible) (indexable cUserId[0]) (loc 0)

Query plan:

iscan
    class: MC node[0]
    index: pk_tbl_member_certification_cuserid term[0]
    cost:  fixed 1(0.0/1.0) var 1(0.0/1.0) card 2

Query stmt:

select MC.vcBizcerti, MC.vcBank,  to_char(MC.dtBizRegdate, 'YYYY-MM-DD', 'en_US'),  to_char(MC.dtBankRegdate, 'YYYY-MM-DD', 'en_US'), (select M.cTestimony from tbl_member M where M.cUserId=MC.cUserId) from tbl_member_certification MC where MC.cUserId= ?:0

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

 

  • ?
    cubebridge 2010.06.30 22:40

    말씀하신 오류는 R2.0 CM에서 오류로 발견되어 R2.1에서 수정된 내용입니다. 따라서 업그레이드 하실 경우 해당 문제가 해결 될 것입니다. 단 DB와 CM의 호환성을 위해 같이 업그레이드를 해줄 필요가 있는데 이 작업이 불가능하시다면 아래의 방법을 사용하시기 바랍니다. 모든 대안 방법보다 제품의 업그레이드가 가장 좋습니다.

    1.http://www.cubrid.com/zbxe/57056 를 참조하여 제 3의 툴을 다운 받아 사용하시기 바랍니다. CM의 Manager기능은 지원하지 않지만 쿼리 편집 기능을 지원합니다. 관련 연동자료는 좌측 매뉴의 튜토리얼을 참조하시기 바랍니다.

    2.  R2.1이상의 CM에서 R2.0 JDBC를 선택하여 접속 사용하는 방법. R2.1이상의 CM에서 JDBC를 선택할 수 있는 기능이 추가 되었으나 일부 기능에 대해 호환이 되지 않을 수 있습니다.


  1. CUBRID 사용자를 위한 DBeaver 도구 출시 안내

    Date2024.04.23 Byadmin Views51
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4458
    read more
  3. 널포인트 익셉션 에러가 납니다

    Date2010.08.06 By유니콘 Views11323
    Read More
  4. cci로 다음 시리얼 값 얻기

    Date2010.08.05 By하나엘 Views9870
    Read More
  5. 복제환경 구성후 문제.

    Date2010.08.04 By노랑배 Views9377
    Read More
  6. 임시테이블에 대한 지원 계획은 있는지 궁금합니다

    Date2010.07.28 By김종언 Views10994
    Read More
  7. DATE 타입과 DATETIME 타입

    Date2010.07.28 ByES Views12942
    Read More
  8. 큐브리드 복제에 대해 문의...

    Date2010.07.27 By샤키 Views9599
    Read More
  9. 큐브리드 로드시 에러 질문

    Date2010.07.27 ByES Views9483
    Read More
  10. 큐브리드 메니져로 데이터베이스를 백업하는방법을 자세하게 알려주세요

    Date2010.07.27 BySoMa Views9533
    Read More
  11. 2008 R2.2 x64 설치시 오류...

    Date2010.07.27 By~~ Views9795
    Read More
  12. ACTIVE_SESSION 이 48수치에 DB 다운되어 버립니다.

    Date2010.07.25 By안토니오 Views10904
    Read More
  13. 브로커의 sql로그 분석하면 File(log_top.q) open error 라고 뜹니다.

    Date2010.07.24 By안토니오 Views9954
    Read More
  14. 다음과 같은 에러로인해 db실행이 않됩니다.

    Date2010.07.24 BySoMa Views9686
    Read More
  15. 필드 크기 변경 계획에 대한 질문

    Date2010.07.23 By유니콘 Views9903
    Read More
  16. 부팅시 [데이터베이스 서버 가동] 자동으로 되는 방법

    Date2010.07.22 By까망이 Views10283
    Read More
  17. 큐브리드2008 R3 버전 라이선스에 관한 문의

    Date2010.07.21 By인간을자유롭게 Views9281
    Read More
  18. OLE DB에서 자바 저장프로시져 사용

    Date2010.07.20 Byshadow54 Views8
    Read More
  19. OLE DB에서 자바 저장프로시져 사용

    Date2010.07.19 Byshadow54 Views8
    Read More
  20. demodb 암호를 모르겠네요-ㅅ-;;

    Date2010.07.16 By세이브 Views13862
    Read More
  21. 아래 문의에 이어 질문드립니다.

    Date2010.07.13 By헬리 Views12
    Read More
  22. Failed to connect to database server, 'ID' , on the following host(s): localhost

    Date2010.07.13 By헬리 Views12
    Read More
Board Pagination Prev 1 ... 160 161 162 163 164 165 166 167 168 169 ... 200 Next
/ 200

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales