이 "SQL 문 무시됨" 오류를 수정하려면 어떻게 해야 합니까? 컴파일되지 않는 작은 함수는 다음과 같습니다. function f_query_01 Return interval Day to second is start_time timestamp(3); end_time timestamp(3); time_diff interval Day to second; c_query_number number; begin start_time := systimestamp; select count(*) into c_query_number from wg;