select *
from INFORMATION_SCHEMA.TABLES
where TABLE_NAME like '%parameters%' and
TABLE_NAME not like '%_BE' and
TABLE_NAME not like '%_BR' and
TABLE_NAME not like '%_CN' and
TABLE_NAME not like '%_DE' and
TABLE_NAME not like '%_NL' and
TABLE_NAME not like '%_RU' and
TABLE_NAME not like '%_UK';
No comments:
Post a Comment