Auto_increment SQL
Résolu/Fermé
Stef60
Messages postés
251
Date d'inscription
jeudi 31 mai 2007
Statut
Membre
Dernière intervention
22 avril 2009
-
3 janv. 2008 à 14:09
Stef60 Messages postés 251 Date d'inscription jeudi 31 mai 2007 Statut Membre Dernière intervention 22 avril 2009 - 3 janv. 2008 à 17:30
Stef60 Messages postés 251 Date d'inscription jeudi 31 mai 2007 Statut Membre Dernière intervention 22 avril 2009 - 3 janv. 2008 à 17:30
A voir également:
- Auto_increment SQL
- Logiciel sql - Télécharger - Bases de données
- Récupération serveur sql - Télécharger - Gestion de données
- Requête sql date supérieure à ✓ - Forum Programmation
- Jointure sql ✓ - Forum MySQL
- Ora-00933: la commande sql ne se termine pas correctement ✓ - Forum Oracle
2 réponses
Stef60
Messages postés
251
Date d'inscription
jeudi 31 mai 2007
Statut
Membre
Dernière intervention
22 avril 2009
41
3 janv. 2008 à 17:30
3 janv. 2008 à 17:30
ALTER TABLE `table` CHANGE `id` `id` INT( 10 ) UNSIGNED NOT NULL;
ALTER TABLE `table` CHANGE `_id` `id` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `table` CHANGE `_id` `id` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
Stef60
Messages postés
251
Date d'inscription
jeudi 31 mai 2007
Statut
Membre
Dernière intervention
22 avril 2009
41
3 janv. 2008 à 17:29
3 janv. 2008 à 17:29
J'ai trouvé.
La question etait stupide, la reponse evidente.
La question etait stupide, la reponse evidente.