Database

갯수 구하기 count

rajent 2007. 9. 21. 10:29
728x90
select count(*) as '키 정보 있는 학생의 수'
from 학생
where 이름 like '임%' and
      키 is not Null