Hi Mayato, so say we have 2 identical tables (in terms of column names and data type) with different data in both
I’d like to combine both, so send the data from table A to table B
Then, instead of creating a new column for e.g. “first name”, i want to map the first names to the already existing first name column
Unfortunately, if i do that, the original data in the column will be deleted
Does that make sense?