I am having table which contains 2 columns (qid,round) and both columns can have repeated values but one constraint is for each 'round' the 'qid' values should not be repeated.
example:
round:1,1,1,2,2
qid:1,2,3,1,2---should be unique for each round...
can any body suggest me a query for this..??
example:
round:1,1,1,2,2
qid:1,2,3,1,2---should be unique for each round...
can any body suggest me a query for this..??
Comment