I am trying to enforce a column constraint on the primary key in a table. I want the first number entered to be 100001.
I have enforced a constraint so taht no number less than this can be entered,[OrderID]>=+100001.
But this is not what i am trying to achieve.
Any help will be greatly appreciated thanks.
I have enforced a constraint so taht no number less than this can be entered,[OrderID]>=+100001.
But this is not what i am trying to achieve.
Any help will be greatly appreciated thanks.