<div>Anybody observed, the auto-increment fileds in a table is NOT always incremented by 1 with each row insert.</div>
<div>But as per SQL manual it should be increased by 1.</div>
<div> </div>
<div>Is this behavior Ok? Or I am doing something wrong.</div>
<div> </div>
<div>Note: I do  not write any value to this coulmn in my INSERT statement, this coulmn values are set by system automatically.</div>
<div> </div>
<div>Values I have seen for auto-incrment field -&gt; 1,2,3,4,8,9,10,18,19,20 etc...</div>
<div>So in between the values incremented by more than 1. </div>
<div> </div>
<div> </div>
<div> </div>
<div>Thanks </div>
<div>Austin</div>