JDBC Driver for Azure Analysis Services

Build 22.0.8462

sys_tables

Lists the available tables.

The following query retrieves the available tables and views:

          SELECT * FROM sys_tables
          

Columns

Name Type Description
CatalogName String The database containing the table or view.
SchemaName String The schema containing the table or view.
TableName String The name of the table or view.
TableType String The table type (table or view).
Description String A description of the table or view.
IsUpdateable Boolean Whether the table can be updated.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462