I'm fairly new to SQL, & I need help with an Insert statement.
I have two tables -- Current & Old. The Current table has columns that are new & therefore isn't in Old. One of my users deleted a record from Current, & I'd like to add the record to Current from Old.
I tried a simple Insert statement that "pulls" the data from Old into Current, but I get the following error -- Column name or number of supplied values does not match table definition.
Is there a way for me to create the record & ignore / bypass the new fields in Current?