Is there an efficient way to update all fields from one table to another table, when both tables have an identical structure?
I can quickly add all of the fields in the table to be updated, but how do I tell the query to update these fields from the update table without having to type each field in by hand?
Thanks
I can quickly add all of the fields in the table to be updated, but how do I tell the query to update these fields from the update table without having to type each field in by hand?
Thanks