Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to make sequential deletions of a mysql table for example: delete 10000 lines by 10000 lines for a given condition (like : where operator_id=39),
using either a loop or a component that makes deletions by data block.
like ( while : nbrows >0 ---> delete from table xxx where operator_id=39 limit 10000) or something like that.
Any Help please ?
thx you.