[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] completely removing orders
> > 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