Update t_perf > perf_dt

Hi all,

After building the 2010 season I've been told that one of the shows dates has changed by two weeks, is there any reason not to simply run an update like this example?

update t_perf
set perf_dt = dateadd(dd,-14,perf_dt)
from t_perf where prod_season_no = ???

I don't think it matters but these shows have not been seated yet but are built into performance groups and packages.

Thanks!

Parents Reply Children
No Data