I am trying to find if there is something similar to Oracle's Table Truncate in Informix.
In Oracle if we give
Truncate table <tablename> then there is no logging for this DDL statement.
Is there any similar statement for Informix
or is there a way I can turn off logging for a table?
Thanks.
In Oracle if we give
Truncate table <tablename> then there is no logging for this DDL statement.
Is there any similar statement for Informix
or is there a way I can turn off logging for a table?
Thanks.