Oracle automatically insert record in multirecord block part 2
问题 My table looks like this: +-------------------+ |Name | +-------------------+ |Name1 | |Name2 | |Name3 | |Name4 | |Name1Jr | |Name2Jr | |Name4Jr | +-------------------+ My multirow block looks like: What I wanted to know is how can I insert a record that has the same name with Jr after I insert a name. For example, I inserted Name2, it will also insert Name2Jr into the multirow block. Like this: Note: I need to get the value of the automatically inserted data from database. I tried in WHEN