Skip to content

auto_incrementでER_PARSE_ERROR #54

@Syogo-Suganoya

Description

@Syogo-Suganoya
  // ALTER TABLE reviews AUTO_INCREMENT = 5867 + 1 - ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '+ 1' at line 1

return `ALTER TABLE ${table} AUTO_INCREMENT = ? + 1`;

MySQLではプレースホルダと計算式の併用は出来ないそうです。

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions