I have tried to solve this on my own for a long time now, so i really need
some help here...
I use Oracle 10.1 and SQL *plus 10.1.
How do i update table a.fkid from table b.pkid with the following "rule".
The table b.pkid's should be evenly distributed over table a as fkid's.
Does anyone have a tip on how to solve this?
Thank you.
some help here...
I use Oracle 10.1 and SQL *plus 10.1.
How do i update table a.fkid from table b.pkid with the following "rule".
The table b.pkid's should be evenly distributed over table a as fkid's.
Does anyone have a tip on how to solve this?
Thank you.
Comment