무엇이 잘못된건가요?

유병곤 2017.01.16 11:43 Views : 2654

select regyear,((select maechul from operationSmt where id='6218144750' and regyear=(select max(regyear)-2 from operationSmt) as danggi_maedchul/CASE WHEN (select maechul from operationSmt where id='6218144750' and regyear=(select max(regyear)-3 from operationSmt)) IS_NULL THEN 1 ELSE (select maechul from operationSmt where id='6218144750' and regyear=(select max(regyear)-3 from operationSmt)) END AS jeonggi_maechul))*100-100 as maechul from operationSmt where id = '6218144750' and regyear = (select max(regyear)-2 from operationSmt)





CASE WHEN (select maechul from operationSmt where id='6218144750' and regyear=(select max(regyear)-3 from operationSmt)) IS_NULL THEN 1 ELSE (select maechul from operationSmt where id='6218144750' and regyear=(select max(regyear)-3 from operationSmt)) END AS jeonggi_maechul))


이부분에서 오류가 발행하는데요... null값일 경우 1을 아닐경우는 값을 나타내려합니다.

어떻게 하면 될까요?

No. Subject Author Date Views
Notice SQL강좌: 챗GPT와 함께 배우는 SQL Server 무료 강좌 목차와 소개 (2023년 9월 업데이트) 코난(김대우) 2023.08.18 222408
Notice Python 무료 강좌 - 기초, 중급, 머신러닝(2023년 6월 업데이트) 코난(김대우) 2021.01.01 83678
9704 중복값 제외하고 합계 산출 [2] 수수리 2017.01.17 2620
9703 Excel 데이터 Tabel로 가져오기 [1] 기타치는퐝동 2017.01.17 2137
9702 INSERT관련 질문 드려요 [2] Ariellr 2017.01.16 4266
» 무엇이 잘못된건가요? [1] 유병곤 2017.01.16 2654
9700 DBCC CHECKDB 사용시 오류 관련 문의합니다. [5] 혁ol 2017.01.16 3970
9699 중복IP 검색 쿼리 [1] embster 2017.01.15 2511
9698 insert개선문의드립니다. [2] 봉술의달인 2017.01.13 2064
9697 쿼리 질문드립니다. [6] 후알유? 2017.01.13 2475
9696 프로필러 질문 드립니다. [2] 수퍼그랑조 2017.01.12 2624
9695 쿼리 질문 좀 드리겠습니다. [3] sunnywin 2017.01.12 2902
9694 리소스 풀 에러 땜에 환장하겠습니다.. ㅠ [1] 흑랑 2017.01.10 4581
9693 조회문에서 중복된 값을 나타내고 싶은데요. [1] 카루카루 2017.01.10 2377
9692 동일한 identity 값이 나오는 오류 [2] 열린문서 2017.01.10 3225
9691 데이터 가저오기에서 데이터 원본 항목에 엑셀 추가 [2] 지평으로 2017.01.09 3736
9690 shirinkfile로 log 파일을 줄이면, 데이터에 문제가 생기나요? [1] 에스피 2017.01.09 2230
9689 고수님들..이 쿼리는 어떻게 작성해야하나요? [3] 인생은 열심히 2017.01.08 2478
9688 like about 쿼리에 대해서. [1] 마에스트로 2017.01.06 2789
9687 쿼리가 30초 걸려요 ㅠㅠㅠ [12] 쿼리쫌 ^^ 2017.01.06 4107
9686 sql server 2012 설치 질문드립니다! 마스터를위하여 2017.01.06 2506
9685 정렬 문의! [5] 아힝헝홍 2017.01.06 2649





XE Login