sys_views
CData ODBC Driver for Bugzilla 2019 - Build 19.0.7354Lists the available views.
The following query retrieves the available views:
SELECT TableName FROM sys_views
Columns
| Name | Type | Description |
| CatalogName | String | The name of the database containing the view. |
| SchemaName | String | The name of the schema containing the view. |
| TableName | String | The name of the view. |
| TableType | String | The type of the view. |
| Description | String | A description of the view. |