I am trying to set the start value of a table. That means primary key Id value will start from 100 and increment by 1. How to do this?
I am trying to set the start value of a table. That means primary key Id value will start from 100 and increment by 1. How to do this?