doc-exports/docs/dws/dev/dws_04_0655.html
Lu, Huayi e6fa411af0 DWS DEV 830.201 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-16 07:24:04 +00:00

6.7 KiB

ALL_TABLES

ALL_TABLES displays all the tables accessible to the current user.

Table 1 ALL_TABLES columns

Name

Type

Description

owner

character varying(64)

Table owner

table_name

character varying(64)

Table name

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

  • Y indicates that it is a temporary table.
  • N indicates that it is not a temporary table.

dropped

character varying

Whether the current record is deleted

  • YES indicates that it is deleted.
  • NO indicates that it is not deleted.

num_rows

numeric

The estimated number of rows in the table