Page 1 of 1

Truncate table (TUNiTable)

Posted: Thu 12 Jun 2014 10:03
by testpresta
Hello

how should i to for deleting all records in tunitable ?

Thanks

Re: Truncate table (TUNiTable)

Posted: Thu 12 Jun 2014 11:02
by AlexP
Hello,

Currently, UniTable has no EmptyTable method, therefore you should run a

Code: Select all

DELETE FROM TABLE
or a

Code: Select all

TRUNCATE TABLE
query, depending on the database. We will add this method in one of the next versions.