так, а шо непонятно?
вот скрипт:
insert into demo_table (pfname,count1,count2,count3,count4,count5,pname) values
('qwerty1',64,87,86,47,27,'name1'),
('qwerty2',87,15,14,99,69,'name2');
хочу удалить вставку параметра - count1, чтобы было:
insert into demo_table (pfname,count2,count3,count4,count5,pname) values
('qwerty1',87,86,47,27,'name1'),
('qwerty2',15,14,99,69,'name2');