I have a large oracle table that has data stored for each day of the week all in one column.
For example, the ratebyday column that has the rate for each day of the week. Is there a process to easily split out the data into 7 columns in a query just using the delimiter? I would use left() or...