Hi,
I have table A with an field (int) that hold values equating to dates.
e.g. 21456
21457
To get date values this is joined to table B
21465 2004-02-01
21457 2004-02-02
I need to update the field in table A so that the numeric value is equal to the date + 12 months.
How can I do this in a single update?
Thanks
** Don't reach for the moon when you have the stars. ;-) TheJFM **
I have table A with an field (int) that hold values equating to dates.
e.g. 21456
21457
To get date values this is joined to table B
21465 2004-02-01
21457 2004-02-02
I need to update the field in table A so that the numeric value is equal to the date + 12 months.
How can I do this in a single update?
Thanks
** Don't reach for the moon when you have the stars. ;-) TheJFM **