I need to update 300,000 records with many tests on each before
updating.
I first tried a global update on each column, but I have not enough
memory and swap to do that.
Is it possible to do that, one row at time, whithout locking more than
one record ?
Patrick