I have a table like below:
Creationdate Priority interval
10/10/2020 P0 1
7/10/2020 P1 7
I want to add the interval to each date. for example if the priority is p0 then creationdate+1,
The problem is the date is stored as string. How can I get the result?