MS SQL How to field add auto increment dependent on another field
For example, there is a table int type int number int value How to make that when inserting a value into a table indexing started from 1 for different types. type 1 => number 1,2,3… type 2 => number 1,2,3… That is, it will look like this. type number value 1 1 – 1 2… Read More MS SQL How to field add auto increment dependent on another field