Scusate in un DB MySql è possibile prevedere un campo IDutente (diverso dall'ID contatore) in cui la proprietà sia "Duplicati non ammessi".
Se si come si imposta?
Grazie
Scusate in un DB MySql è possibile prevedere un campo IDutente (diverso dall'ID contatore) in cui la proprietà sia "Duplicati non ammessi".
Se si come si imposta?
Grazie
Dovresti usare il limitatore UNIQUE:
http://dev.mysql.com/doc/mysql/en/CREATE_TABLE.htmlIn MySQL, a UNIQUE index is one in which all values in the index must be distinct. An error occurs if you try to add a new row with a key that matches an existing row. The exception to this is that if a column in the index is allowed to contain NULL values, it can contain multiple NULL values. This exception does not apply to BDB tables, which allow only a single NULL.
![]()
... Sono graditi codes, esempi pratici, suggerimenti, consigli e critiche...
"Ai posteri l'ardua sentenza..."
Tante grazie
Saluti
Luis 33