The following statement should help: delete from "table_name" where "condition";
Of course, you'd make appropriate substitutions for "table_name" and "condition". HTH On 3/27/06, Uma Venkataraman <[EMAIL PROTECTED]> wrote: > > I would like to delete n records from a table, based on some condition. > Can > some one please let me know how to do this with sqlite? > > Thanks > >