|
|
От: |
Short-Legger
|
|
| Дата: | 09.01.06 14:12 | ||
| Оценка: | |||
INSERT INTO target [(field1[, field2[, ...]])]
VALUES (value1[, value2[, ...])If you append records to a table with an AutoNumber field and you want to renumber the appended records, do not include the AutoNumber field in your query. Do include the AutoNumber field in the query if you want to retain the original values from the field.