1
0
forked from docs/doc-exports
doc-exports/docs/dws/dev/dws_04_0877.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

6.5 KiB

USER_TABLES

USER_TABLES displays table information in the current schema.

Table 1 USER_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 where the table is located

status

character varying(8)

Whether the current record is valid

temporary

character(1)

Whether the table is a temporary table

  • Y: temporary table
  • N: not a temporary table

dropped

character varying

Whether the current record is deleted

  • YES: deleted
  • NO: not deleted

num_rows

numeric

Estimated number of rows in the table