Hi,
I need to write a stored procedure that will add all the fields of one table (say table 1) to another table (table 2) and then delete the fields from table 1 that have just been added. can i do all this in a stored procedure? i think i need to use a join but unuure how
Thanks for your help
I need to write a stored procedure that will add all the fields of one table (say table 1) to another table (table 2) and then delete the fields from table 1 that have just been added. can i do all this in a stored procedure? i think i need to use a join but unuure how
Thanks for your help