This question shows research effort; it is useful and clear
-8
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
select count(*)
from ibc_offer
where DEACTIVATION_DTTM > date ('31.12.9999 23:00:00','DD.MM.YYYY HH:MI:SS')
and DEACTIVATION_DTTM < ('31.12.9999 23:59:59','DD.MM.YYYY HH:MI:SS');