On 3 Nov 2015, at 3:23am, H?ctor Fiandor <hfiandor at ceniai.inf.cu> wrote:
> I have obtained the sqliteEstudio-2.0.26 and I need to empty a table. Is > possible with this program? If not, how to do? I have no idea how that program works. It is not SQLite, it is a program which uses SQLite. If you can issue commands in it, you want DELETE FROM myTable; which will delete all rows from the table. Simon.

