Returns a list of table information for the current InMemory database. The following information will be returned:
|
Table_Catalog |
Name of the tables catalog (targitdb - static) |
|
Table_Schema |
Name of the tables schema (dbo - static) |
|
Table_Name |
Name of the table |
|
Table_Type |
Type of the table (BASE TABLE - static) |
Example:
SELECT * FROM INFORMATION_SCHEMA.TABLES
Comments
Please sign in to leave a comment.