Sid3335
10-13-2006, 09:29 AM
Hi Guys:
Is it possible to create a pair of unique fields in mysql.
for example if i have a table that holds a user_id and a product_id, i want to dissallow duplicate entires of both fields.
so
1,1
1,2
1,3
will be fine but i don't want to allow 1,1 twice in combination.
Is it possible to create a pair of unique fields in mysql.
for example if i have a table that holds a user_id and a product_id, i want to dissallow duplicate entires of both fields.
so
1,1
1,2
1,3
will be fine but i don't want to allow 1,1 twice in combination.