-
가상테이블만들어 서브쿼리 날리기프로그램/db 2013. 7. 21. 14:43
select (select count(*) from chul where chul_subject = b and chul_id = a)+ (select count(*) from chul_practice where chul_subject = b and chul_id = a) from (select 'alakog'as a,183 as b) as tab
'프로그램 > db' 카테고리의 다른 글
MS-SQL : 날짜 더하기 함수 (0) 2013.07.21 MY-SQL - 시간차이 함수 (0) 2013.07.21 MY-SQL - isnull (0) 2013.07.21 union을 이용한 조인 (0) 2013.07.21 MS-SQL - union all 예제 (0) 2013.07.21