> On 13 Apr 2018, at 11:16 pm, Mike Clark <[email protected]> wrote:
> 
> DELETE FROM your_table;    DELETE FROM sqlite_sequence WHERE name =
> 'your_table';
> 
> 
> But when I try to run it I get "table not found". Has this been superseded?

No. What is the primary key on that table ?  If you declared is in the CREATE 
command what did you make it ?
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to