I have a table which has a column with below sample data
| Name (xx)(As-of YYYYMMDD, Date YYYYMMDD, Date YYYYDDDD) |
| Name (As-of YYYYMMDD, Date YYYYMMDD, Date YYYYDDDD) |
I want to split the above column into two column one with > (As-of YYYYMMDD, Date YYYYMMDD, Date YYYYDDDD)
and other with the first part > Name (xx)
How can I do this?