Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: making default column values work in %ROWTYPE inserts
I can't think of any way of doing it the way you are trying. But I
think it's probably very easy to implement a solution using dynamic
SQL, querying all_tab_columns (columns "column_name", "data_type",
"data_length", "data_precision", "data_default", ...) iteratively for
each column of the table.
Daniel Received on Wed Jun 01 2005 - 10:37:50 CDT
![]() |
![]() |