ofrendo
1/17/2017 - 10:02 AM

Select all table names in a given schema

Select all table names in a given schema

SELECT TABLE_NAME AS "Table" FROM  M_CS_TABLES WHERE SCHEMA_NAME = 'OLIVERF';