cfcProgrammer
Programmer
Hi,
Please be patient... I'm very new to SQL and Oracle...
I simply want to extract data from a field that is not numberic... The field is defined as varchar2 but I need to clean up the data to exclude the character values in this field. If the field contained only a # or $ in the fields I could just use a LIKE statement but the values could be just about anything.... How can I accomplish this with a simple SELECT statement?
Thank You
Please be patient... I'm very new to SQL and Oracle...
I simply want to extract data from a field that is not numberic... The field is defined as varchar2 but I need to clean up the data to exclude the character values in this field. If the field contained only a # or $ in the fields I could just use a LIKE statement but the values could be just about anything.... How can I accomplish this with a simple SELECT statement?
Thank You