Fórum Auto incremento #30252
09/05/2005
0
existe auto incremento no MySql?
Como posso fazê-lo?
Como posso fazê-lo?
Alexandretavares
Curtir tópico
+ 0
Responder
Posts
09/05/2005
Douglasf
na criação da tabela você define se será auto incremento ou não.
ou com alter table
CREATE TABLE Teste (FieldName MEDIUMINT (8) UNSIGNED AUTO_INCREMENT, PRIMARY KEY(FieldName))
ou com alter table
ALTER TABLE Testel CHANGE Cliente_ID Cliente_ID AUTO_INCREMENT
Responder
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)