select name, id, regdt from testTable where regdt between to_date('2010030906','YYYYMMDDHH24') and to_date('2010033123','YYYYMMDDHH24') order by regdt asc;
ORACLE에서 날짜 구간에 대한 조회를 할때 날릴 수 있는 QUERY 입니다.
여기에서 keypoint는 2010033123이 2010033124가 될 수 없다는 점 입니다.