1 / 1

select distinct(t2.gugan_no), t1.gugan, t1.mco_code,

1 종. 2 종. 3 종. 4 종. 5 종. 6 종. 합계. 1. 라벨 위치 변경. 2. Bottom 축에 결과값을 갖고 그림과 같이 설정하는 방법. 쿼리정의. select distinct(t2.gugan_no), t1.gugan, t1.mco_code, t2.c1 as 제 1 종 , t2.c2 as 제 2 종 , t2.c3 as 제 3 종 , t2.c4 as 제 4 종 , t2.c5 as 제 5 종 , t2.c6 as 제 6 종 , t2.c7 as 제 7 종 ,

Download Presentation

select distinct(t2.gugan_no), t1.gugan, t1.mco_code,

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 1종 2종 3종 4종 5종 6종 합계 1. 라벨 위치 변경 2. Bottom축에 결과값을 갖고 그림과 같이 설정하는 방법 쿼리정의 select distinct(t2.gugan_no), t1.gugan, t1.mco_code, t2.c1 as 제1종, t2.c2 as 제2종, t2.c3 as 제3종, t2.c4 as 제4종, t2.c5 as 제5종, t2.c6 as 제6종, t2.c7 as 제7종, t2.c8 as 제8종, t2.c9 as 제9종, t2.c10 as 제10종, t2.c11 as 제11종, t2.c12 as 제12종, t2.c13 as 제13총, t2.total as 합계 from tms_interval t1, tms_sectionhcv t2 where t1.gugan_no = t2.gugan_no and t1.gugan_no = '$1' and t2.hour = '24' and t2.year = '$2' and t1.year = '$2' order by t2.year desc, t2.gugan_no 결과값

More Related