Dont understand
In drupal 6 the sequences table was eliminated, in favor of autoincrement database tables.
So the code for the D6 version of ubercart (using MySQL) is
alter table uc_orders auto_increment = 6858;
thanks for info finaly figured out how to do it 
