CassidyHunt
IS-IT--Management
Is there anyway in Oracle 8i to use a regular expression in a select statement?
What I have is a varchar2(80) field that has any number of things in it. However one thing that is common in all of them is a date in YYYY/MM/DD format. I would like to be able to use something that can do substr on that field and only grab the date out of it.
Thank you
Cassidy
What I have is a varchar2(80) field that has any number of things in it. However one thing that is common in all of them is a date in YYYY/MM/DD format. I would like to be able to use something that can do substr on that field and only grab the date out of it.
Thank you
Cassidy