D
D
Denioo2019-07-30 12:43:57
Oracle
Denioo, 2019-07-30 12:43:57

How to populate a column in a table based on other columns?

Hello, can you tell me how you can fill the column of one (t1) table from the table (t2) in this way
: the rows of the name column depend on the rows of the id column.
In words, just in practice, I still can’t figure out how to decide, I’ve been working with Oracle recently. Of course, I know about update, and therefore we omit this method, is there another way? The id columns are of course unique, while the name columns are repeated.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Y, 2019-07-30
@x_shader

MERGE Skip
the 'WHEN NOT MATCHED THEN...' section.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question