Fill Down Function
428693Aug 31 2004 — edited Sep 1 2004I'm trying to build a PL/SQL utility to Fill a column, something similar to the Excel Fill Down function. I've found LAG as a solution but it seems limited to one row and I need many rows.
I tried to use a cursor but ran into problems defining a cursor on variable table and column names.
Any suggestions ?
Thanks in advance,
Sam