Skip to main content

Metadata Functions

FunctionDescription
wv_tablesReturns a list of all tables in the catalog
wv_schemasReturns 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