Hello all,how to Increment Data of the Same table with AutoIncrement .i have a table with 4 columns id type no amount1 type1 a1 10002 type1 a2 20003 type2 b1 30004 type3 c1 4000
using Loop how can i increment them to hundered rows same data .id type no amount1 type1 a1 10002 type1 a2 20003 type2 b1 30004 type3 c1 40005 type1 a1 10006 type1 a2 20007 type2 b1 30008 type3 c1 40009 type1 a1 100010 type1 a2 200011 type2 b1 300012 type3 c1 4000
Please suggest me the best using loopP.V.P.MOhan