INSERT INTO and Primary Keys and Autoinc

<< Click to Display Table of Contents >>

Navigation:  Tables > File Restructuring > Primary Key Set/Delete >

INSERT INTO and Primary Keys and Autoinc

Previous pageReturn to chapter overviewNext page

INSERT INTO and Primary Keys and Autoinc fields

The Primary Key/Primary Index fields, whatever as INTEGER or AUTOINC fields, do not accept inserting specific values via e.g.

INSERT INTO TableName (Field1, Field2, etc.) VALUES (value1, value2, etc.);

whereas inserting values including the to Primary Key/Primary Index fields may be done through SELECT statements as e.g.:

INSERT INTO TableName SELECT * FROM SourceTable;

__________________________
PdxEditor Application Help, 14 July 2026; © 2010-2026 Niels Knabe