1: 2: 3:
Update tableA set position = position + 1 where acctid = 123 and position >= 2; Insert Into tableA Select 123, Paul, 2;