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