dterrors@[EMAIL PROTECTED]
wrote:
> On Feb 4, 4:55 pm, "Paul Lautman" <paul.laut...@[EMAIL PROTECTED]
> wrote:
>> dterr...@[EMAIL PROTECTED]
wrote:
>> > I can't do insert...select because the keys will all be different
>> > on the newly copied tables.
>>
>> Why?
>
> Because I'm copying records. So therefore their keys will be
> different. Unique keys? Two records can't have the same key?
But you are copying to new tables, so there will still only be one of each
key in the table.