View Single Post

   
  #4 (permalink)  
Old 02-26-2008, 02:54 AM
gazzag
 
Posts: n/a
Default Re: imp table ( overright previous data )

sybrandb wrote:
> Not possible. An import is a series of INSERTS.
> If there is a PK on the table the INSERT will fail.
> If there is no PK on the table INSERT will create duplicates.


.... and if you drop/truncate first, then import with ignore=y/n ....
yada yada yayda ...

Basically we don't know what the OP wants to achieve.

Reply With Quote