After "missing" to change the date of entered invoices (to a newer one), I want to "mass update" the date from a certain document number on (till last or till a given document number?)
UPDATE `facs`.`inv` SET `inv_docdate` = '2009-03-30' WHERE `inv`.`inv_docseq` > "200900123" LIMIT 15 ;
UPDATE `facs`.`inv` SET `inv_docdate` = '2009-03-30' WHERE `inv`.`inv_docseq` > "200900123" LIMIT 15 ;