1
Como definir o novo valor de AUTO_INCREMENT?
Eu tenho a seguinte instrução no código do meu módulo: db_query("ALTER TABLE {tripletex_invoice} AUTO_INCREMENT = :number", array(':number' => $start_value)); Durante o SimpleTest , recebo a seguinte mensagem de erro: PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds …