forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
6.7 KiB
6.7 KiB
ALL_TABLES
ALL_TABLES displays all the tables accessible to the current user.
Column |
Type |
Description |
|---|---|---|
owner |
character varying(64) |
Owner of the table |
table_name |
character varying(64) |
Name of the table |
tablespace_name |
character varying(64) |
Name of the tablespace that contains the table |
status |
character varying(8) |
Whether the current record is valid |
temporary |
character(1) |
Whether the table is a temporary table
|
dropped |
character varying |
Whether the current record is deleted
|
num_rows |
Numeric |
Estimated number of rows in the table |
Parent topic: System Views