SQLite question

How can I manually (ie. using some SQLite manager) empty the table and reset PrimaryKey.
For example if I have a table with UID(Int) and it is Autonumbered, I want the reset it so when I add new record the Autonumbering starts from 1

Arthur

There’s a sqlite3.exe which you can download from sqlite.org and there is SQLiteManager a plugin for firefox. Finally you have sqliteexpert in a freeware and shareware version which is a desktop application.