oracle中查询时间

问题描述:

oracle中查询时间
查询出date为2010年1月8日的所有记录.
date列为date类型.
谁帮我写一下

select * from table where to_char(date,'yyyymmdd')='20100108';