com.stephenschafer.budget/show-tables.sql
2025-07-13 08:15:02 -06:00

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%';