I have two fields
mytable.approval_date
mytable.approval_exp_date
all approvals expire on 12/31 of year they were approved. how can I write a query to update the mytable.approval_exp_date.
ie.
Approval = 2/1/2014
approval_exp_date = 12/31/2014
Any help would be great.
Thanks
Nick
mytable.approval_date
mytable.approval_exp_date
all approvals expire on 12/31 of year they were approved. how can I write a query to update the mytable.approval_exp_date.
ie.
Approval = 2/1/2014
approval_exp_date = 12/31/2014
Any help would be great.
Thanks
Nick