I am new to Oracle, and trying to work my way throught it. We have a field (file_transmission_date) this field is a VARCHAR2(20) and it contains 2 different date formats \'02/27/2007\' and 03-NOV-05. Now I have a stored proc that I wrote that needs to select everything where the file_transmission_date between blah and blah. As you can guess the proc fails because of the date formats. Do you know any way around this? I was thinking that the DECODE could help but I am not sure.
Thanks,
ks
Thanks,
ks