hello
I have a table with four fileds. The first and second field are primary key. Second field of primary key is a identity.
when the first field changed, I need the second field Reseed to 1.
I have a table with four fileds. The first and second field are primary key. Second field of primary key is a identity.
when the first field changed, I need the second field Reseed to 1.
Example
1,1
1,2
1,3
2,1
2,2
n,1
Thank's a lot