I'm trying to build a simple application where the user isn't allowed to insert the duplicate values. I'm trying the Primary Key as one of the constraint and NOT NULL also. But NOT NULL doesn't seems to work. Tried my best but failed to resolve it . Please help
((ID INTEGER NOT NULL PRIMARY KEY)";)
 
Aucun commentaire:
Enregistrer un commentaire