Hello
how should i to for deleting all records in tunitable ?
Thanks
Truncate table (TUNiTable)
Re: Truncate table (TUNiTable)
Hello,
Currently, UniTable has no EmptyTable method, therefore you should run a or a query, depending on the database. We will add this method in one of the next versions.
Currently, UniTable has no EmptyTable method, therefore you should run a
Code: Select all
DELETE FROM TABLECode: Select all
TRUNCATE TABLE