Subject | insert into with primary key |
---|---|
Author | Alfred Langer |
Post date | 2009-01-09T15:59:18Z |
I copy a table with
insert into newtable select * from oldtable
The oldtable has a primary key. The newtable not.
With kind regards
Alfred
insert into newtable select * from oldtable
The oldtable has a primary key. The newtable not.
With kind regards
Alfred