I have the following table where some of the values are null and I would like to fill them with the previous non-null values.
LAG function helps but if there are more than one null value in a row, it does not work. *
What other approaches could be used?