Skip to content
Advertisement

Oracle sql, filling the missing values in the join between the table and the dictionary

A request for help in solving problem, example below on image:

Example:

Advertisement

Answer

The data densification technique using “partition by” claude after an “outer join” clause comes very handy for that purpose.

demo on db<>fiddle

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement