Calculate the days difference and populate a new column in target table.
I am trying to find out the days difference and populate a new column in my target_table. The difference is created by subtracting the previous date from current date.
Please help me.
Thank in advance.