Lee Kindness writes:
> If I'm going to modify 'COPY INTO' to include 'ignore duplicates'
> functionality it looks like I'll have to add to the COPY syntax. The
> most obvious way is to add:
> WITH IGNORE DUPLICATES
Or does it make more sense to add a 'COPY_IGNORE_DUPLICATES' SET
parameter?
Lee.