0
Завершен

MySQL: Display an error if there are multiple AUTO_INCREMENT fields defined in a table.

Jadaw1n 9 лет назад обновлен Agnieszka Kozubek-Krycuń (Chief Scientist) 9 лет назад 2
If there are multiple fields defined with AUTO_INCREMENT set, MySQL (and maybe other databases) throw an error:
CREATE TABLE test (
id int NOT NULL AUTO_INCREMENT,
otherthing int NOT NULL AUTO_INCREMENT
)
#1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
ХОРОШО, МНЕ ПОНРАВИЛОСЬ
Оценка удовлетворенности от Jadaw1n 9 лет назад

Сервис поддержки клиентов работает на платформе UserEcho