Feature
This view shows the history of the table statistics of all tables in the database.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| OWNER | varchar(128) | NO | The owner of the object. |
| TABLE_NAME | varchar(128) | NO | The name of the table. |
| PARTITION_NAME | varchar(128) | NO | The name of the partitioned table. |
| SUBPARTITION_NAME | varchar(128) | NO | The name of the subpartitioned table. |
| STATS_UPDATE_TIME | datetime(6) | NO | The time when the statistics were updated. |