I tried to run a SQL script in MySQL DB as below
SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE 'ACT_%' OR TABLE_NAME LIKE 'IMS_PPH%';
In the response it is showing 'actor' and 'actor_info' table names even though I filtered with 'ACT_%'.