Declare
vTable Varchar2 (10);
Begin
vTable := 'part' || LPAD (value, 3, '0');
Insert into partition vTable...
End;
|
Results 1 to 2 of 2
Thread: partitioned tablesThreaded View
|
Click Here to Expand Forum to Full Width |