R
Raz
I have a table with the following columns: ContactID, Year and Status.
I need to write a query which will take the following records:
ContactID = 'XXXX', Year = '2003' and Status = 'Member' an duplicate
them while upgrading the year to '2004'.
I have tried to use the INSERT INTO command but as yet have failed to
achieve what I am after. Any help would be appreciated.
I need to write a query which will take the following records:
ContactID = 'XXXX', Year = '2003' and Status = 'Member' an duplicate
them while upgrading the year to '2004'.
I have tried to use the INSERT INTO command but as yet have failed to
achieve what I am after. Any help would be appreciated.