I have three tables. Each of these tables have the same structure (same fields). I want to create a new table with the same structure, and I want to put all the records from the other 3 tables into it (kind of like a master table).
Does anyone know how to do this with SQL? The SQL doesn't need to create the new table, just populate it with the records from the existing 3.
Does anyone know how to do this with SQL? The SQL doesn't need to create the new table, just populate it with the records from the existing 3.