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 something but each rate has a different number of values.
i.e. one person's ratebyday 0.364583;0.364583;0.364583;0.364583;0.364583;0.364 583;0.364583
another person's 0.33;0.33;0.33;0.33;0.33;0.33;0.33.
Can I use the semicolon without exporting to text then reimporting by using a command in a query? I will be doing a daily process with this data so I'm trying to look for an alternative then manually importing/exporting to text and back into access everyday if it's possible. The text file is also ~54mb because of the amount of data if I did have to do a manual export. Thanks.
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 something but each rate has a different number of values.
i.e. one person's ratebyday 0.364583;0.364583;0.364583;0.364583;0.364583;0.364 583;0.364583
another person's 0.33;0.33;0.33;0.33;0.33;0.33;0.33.
Can I use the semicolon without exporting to text then reimporting by using a command in a query? I will be doing a daily process with this data so I'm trying to look for an alternative then manually importing/exporting to text and back into access everyday if it's possible. The text file is also ~54mb because of the amount of data if I did have to do a manual export. Thanks.
Last edited: