작성
·
1.4K
0
select :current_date as curr_date, count(distinct user_id) as dau
from ga.ga_sess
where visit_stime >= (:current_date - interval '1 days') and visit_stime < :current_date;
를 구하는 과정에서 아래와 같이 에러메시지가 나오는데, 어떻게 해야해야 하나요?
:current_date 설정하는 과정에서,
확인을 누르면
에러 메시지:
SQL Error [22008]: 오류: 날짜/시간 필드의 값이 범위를 벗어남: "20161101"
무시를 누르면
에러 메시지:
SQL Error [42601]: 오류: 구문 오류, ":" 부근
Position: 7