Table of Contents

Search

  1. Version 6.4.4
  2. Version 6.4.3 HotFix 1
  3. Version 6.4.3
  4. Version 6.4 HotFix 2
  5. Version 6.4 HotFix 1
  6. Version 6.4
  7. Version 6.3
  8. Version 6.2 Hot Fix 2
  9. Version 6.2 Hot Fix 1
  10. Version 6.2
  11. Version 6.1.1
  12. Version 6.1

Release Guide

Release Guide

Audit Log

Audit Log

Effective in version 6.3, you can copy specific column values to a CSV file. To copy column values, you use the LOG modifier at the end of the UPDATE and PURGE TABLE commands.
UPDATE
You can copy specific column values to a CSV file. The column values that you can copy are for the rows that you want to put on legal hold with the UPDATE command.
Use the following syntax:
UPDATE <table-name> FROM FILE 'update-file-path' [LOG {col1,… colN} INTO ‘CSV_file_path’;
PURGE TABLE
You can copy specific column values to a CSV file. The column values that you can copy are for the rows that you want to physically delete with the PURGE TABLE command.
Use the following syntax:
PURGE TABLE <table-name> [LOG { col1,… colN} INTO ‘CSV_file_path’;

0 COMMENTS

We’d like to hear from you!