I need to create tones of Mysql queries such as
delete * from `post` WHERE `postid` =5380;
and the last would be 282164
I will use regex in notepad++ to work it out.
I need help to create regex which would copy first line
delete * from `post` WHERE `postid` =5380;
and paste it with increment +1 to the number 5380 till it reaches 282164
Please help!
Why not: