Background Image
2007.07.25 22:37

교육 예제입니다.

조회 수 19249 추천 수 93 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제
create table address (
street string,
city string,
country varchar(20)
);

create table client (
id string,
name string,
addr address
);

create class department (
dcode char(4),
dname char(10),
clients set client
);

insert into client values(''''AC001'''', ''''홍길동'''', (insert into address values ( ''''테헤란로'''',''''서울'''',''''대한민국'''')) ) ;
insert into client values(''''AC002'''', ''''장길산'''', (insert into address values ( ''''세종로'''',''''서울'''',''''대한민국'''') )) ;

insert into department values(''''D001'''', ''''개발부'''', {}) ;

select client  into :x from client  where id = ''''AC001'''' ;
update department set clients =  clients + { :x }  ;

select client  into :x from client  where id = ''''AC002'''' ;
update department set clients =  clients + { :x }  ;

select * from department
select  dcode, dname, client.id, client.name, client.addr.street  from department, table(clients) as t(client)

  1. php로 cubrid 프로시저 사용하기 2 - cubrid_prepare 이용 -

    Date2007.10.30 By박진호 Views24978
    Read More
  2. JDBC sample 프로그램입니다

    Date2007.10.25 By관리자 Views31909
    Read More
  3. [util] procedure 등록 유틸리티

    Date2007.10.19 By이지현 Views16472
    Read More
  4. phpCubAdmin 1.0.1 입니다.

    Date2007.10.18 By야라바 Views19879
    Read More
  5. loadjava GUI Tool 공유

    Date2007.10.13 By궁금이 Views20226
    Read More
  6. php로 큐브리드 프로시저 사용하기

    Date2007.10.05 By박진호 Views23584
    Read More
  7. 교육 예제입니다.

    Date2007.07.25 By강사 Views19249
    Read More
  8. 게임개발자들을 위한 CUBRID C-API 관련 자료 및 sample code

    Date2007.06.28 By남재우 Views21157
    Read More
  9. 큐브리드용 그누보드 4.21.0

    Date2007.06.22 By한마루 Views39825
    Read More
  10. PHP로 DB작업 디버깅하기(오류시 담당자에 디버깅 정보 보내기)

    Date2007.06.19 By서상욱 Views21127
    Read More
  11. 큐브리드 7.0 : cci c 파일 델파이 포팅자료 - 베타1

    Date2007.05.31 By나비스 Views17602
    Read More
  12. 사이냅소프트(Synapsoft) 개발체계

    Date2007.04.13 By정병주 Views19691
    Read More
  13. JCO 8차 컨퍼런스 발표 자료 (개발프로세스)

    Date2007.02.12 By김평철 Views18461
    Read More
  14. 소프트웨어 개발 프로세스 자료들...

    Date2007.01.17 By관리자 Views28117
    Read More
  15. 큐브리드용 제로보드 및 데이터 마이그레이션 툴

    Date2006.10.12 ByInoS Views23242
    Read More
  16. ITrack KLDP에 공개SW 프로젝트로 등록

    Date2006.09.12 By김평철 Views17580
    Read More
  17. ITrack (Issue Tracking System) 이란?

    Date2006.09.06 By관리자 Views18918
    Read More
  18. 큐브리드용 그누보드(GNUBOARD)4 공개

    Date2007.02.26 By한마루 Views1562059
    Read More
  19. ITrack 모범 사용(best practice) 문서

    Date2006.09.07 By관리자 Views14747
    Read More
  20. ITrack 설명서

    Date2006.09.07 By관리자 Views15582
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4

Contact Cubrid

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