Adding a Random Number when appending data

L

Lindsay Filz

Hi everyone!

I am trying to get data from one table to another. Table
A doesn't have a primary key constraint, but Table B
does. I would like to append the data from table A into
Table B and generate a random number while the data is on
its way in. However, I can't figure out how to do that.
Can anyone please help?

These are linked tables in my system...Table A is DBase
and Table B is Oracle.

Thanks in advance for all your help!!
 
Top