Hi,
I want update date in pre sql automatically without any manual work.
example :
select * into xxx.mmmm_2023_06_12 from xxx.mmmm
if i run my workflow tomorrow in pre sql it should change the date automatically to xxx.mmmm_2023_07_12
note : i want to load data into table parllaly before loading the data into table it should take backup of that table with today’s date
any solution for it