com.stephenschafer.budget/show-tables.sql

2 lines
142 B
MySQL
Raw Normal View History

2025-07-13 08:15:02 -06:00
select table_schema, table_name
from information_schema.tables where table_schema = 'budget_2024' and table_name like '%sandy%retail%return%';