help:为什么显示错误:无效的月份!
猛虎下海 2004-02-25 04:53:43 win2000环境orcle数据库下:
select * from xmb
where to_date(xmb.period_name,'mon-yy') between to_date('FEB-03','mon-yy') and to_date('MAY-03','mon-yy');
其中字段period_name为varchar2(6)型,它是有日期型转为字符型的。
为什么显示错误:无效的月份。
能用其他手段实现相同的效果吗?
请高手help me,急急急