[ic] completely removing orders

Jeff Dafoe interchange-users@icdevgroup.org
Wed Oct 30 21:27:00 2002


> >    delete from transactions where order_number > 'TEST00500';
> >    delete from orderline where order_number > 'TEST00500';
> >which will delete all order numbers greater than 500
> >
> >hope that helped :)
> >Dennis
>
> I'm using the default DBM database.  I should have mentioned that.  Thank
> you though!

    You can use the table editor (Administration->Tables) in the admin UI to
edit transactions and orderline and remove the desired records.


Jeff