Metadata Functions
Function | Description |
---|---|
wv_tables | Returns a list of all tables in the catalog |
wv_schemas | Returns a list of all schemas in the catalog |
-- list all tables in the catalog
from wv_tables
-- list all schemas in the catalog
from wv_schemas
Function | Description |
---|---|
wv_tables | Returns a list of all tables in the catalog |
wv_schemas | Returns a list of all schemas in the catalog |
-- list all tables in the catalog
from wv_tables
-- list all schemas in the catalog
from wv_schemas