2 lines
142 B
MySQL
2 lines
142 B
MySQL
|
|
select table_schema, table_name
|
||
|
|
from information_schema.tables where table_schema = 'budget_2024' and table_name like '%sandy%retail%return%';
|