날짜와 시간, 키넘버로 카운트한 결과값 출력하기
(and seq 앞에는 날짜와 시간으로만 카운트, and seq 다음에는 키값과 같은값 있는지 카운트 )
select count(*) cnt from room where use_date = '20121025'
and time_1 < '24' and time_2 > '23' and seq <> 474
날짜와 시간, 키넘버로 카운트한 결과값 출력하기
(and seq 앞에는 날짜와 시간으로만 카운트, and seq 다음에는 키값과 같은값 있는지 카운트 )
select count(*) cnt from room where use_date = '20121025'
and time_1 < '24' and time_2 > '23' and seq <> 474